Skip to content

Commit

Permalink
Bump version to 5.6.10 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 Mar 16, 2023
1 parent 9047b2f commit c8c6501
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,15 +1,16 @@
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
<!-- latest_release 5.6.9 -->
## [v5.6.9](https://github.com/chef/chef-cli/tree/v5.6.9) (2022-10-25)
<!-- latest_release 5.6.10 -->
## [v5.6.10](https://github.com/chef/chef-cli/tree/v5.6.10) (2023-03-16)

#### Merged Pull Requests
- Use computed lock revision in policy installer output [#211](https://github.com/chef/chef-cli/pull/211) ([Annih](https://github.com/Annih))
- remove deprecated arguments in erb.new [#220](https://github.com/chef/chef-cli/pull/220) ([Stromweld](https://github.com/Stromweld))
<!-- latest_release -->

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

#### Merged Pull Requests
- remove deprecated arguments in erb.new [#220](https://github.com/chef/chef-cli/pull/220) ([Stromweld](https://github.com/Stromweld)) <!-- 5.6.10 -->
- Use computed lock revision in policy installer output [#211](https://github.com/chef/chef-cli/pull/211) ([Annih](https://github.com/Annih)) <!-- 5.6.9 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.9
5.6.10
2 changes: 1 addition & 1 deletion lib/chef-cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefCLI
VERSION = "5.6.9".freeze
VERSION = "5.6.10".freeze
end

0 comments on commit c8c6501

Please sign in to comment.