Skip to content

Commit

Permalink
Bump version to 5.6.5 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 Jul 14, 2022
1 parent ab8e9b4 commit dd58b06
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.4 -->
## [v5.6.4](https://github.com/chef/chef-cli/tree/v5.6.4) (2022-07-14)
<!-- latest_release 5.6.5 -->
## [v5.6.5](https://github.com/chef/chef-cli/tree/v5.6.5) (2022-07-14)

#### Merged Pull Requests
- Update minimum ruby version to 2.7 [#213](https://github.com/chef/chef-cli/pull/213) ([sanjain-progress](https://github.com/sanjain-progress))
- Refactor chef install/update/push command for non-CLI use [#212](https://github.com/chef/chef-cli/pull/212) ([sanjain-progress](https://github.com/sanjain-progress))
<!-- latest_release -->

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

#### Merged Pull Requests
- Refactor chef install/update/push command for non-CLI use [#212](https://github.com/chef/chef-cli/pull/212) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 5.6.5 -->
- Update minimum ruby version to 2.7 [#213](https://github.com/chef/chef-cli/pull/213) ([sanjain-progress](https://github.com/sanjain-progress)) <!-- 5.6.4 -->
- Added ruby 3.1 testing [#209](https://github.com/chef/chef-cli/pull/209) ([nikhil2611](https://github.com/nikhil2611)) <!-- 5.6.3 -->
<!-- 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.4
5.6.5
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.4".freeze
VERSION = "5.6.5".freeze
end

0 comments on commit dd58b06

Please sign in to comment.