Skip to content

Commit

Permalink
Bump version to 1.6.0 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jan 22, 2021
1 parent 988a247 commit b5cb2d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# chefstyle change log

<!-- latest_release 1.5.10 -->
## [v1.5.10](https://github.com/chef/chefstyle/tree/v1.5.10) (2021-01-21)
<!-- latest_release 1.6.0 -->
## [v1.6.0](https://github.com/chef/chefstyle/tree/v1.6.0) (2021-01-22)

#### Merged Pull Requests
- Update RuboCop to 1.8.1 [#122](https://github.com/chef/chefstyle/pull/122) ([tas50](https://github.com/tas50))
- Add a cop for detecting legacy powershell methods [#123](https://github.com/chef/chefstyle/pull/123) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup since=1.5.9 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Add a cop for detecting legacy powershell methods [#123](https://github.com/chef/chefstyle/pull/123) ([tas50](https://github.com/tas50)) <!-- 1.6.0 -->
- Update RuboCop to 1.8.1 [#122](https://github.com/chef/chefstyle/pull/122) ([tas50](https://github.com/tas50)) <!-- 1.5.10 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.10
1.6.0
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Chefstyle
VERSION = "1.5.10"
VERSION = "1.6.0"
RUBOCOP_VERSION = "1.8.1"
end

0 comments on commit b5cb2d3

Please sign in to comment.