From dd58b060d7f278a72e3aba46a2c4126f7a8e99ac Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 14 Jul 2022 09:47:28 +0000 Subject: [PATCH] Bump version to 5.6.5 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chef-cli/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c2ff3f..25ccd663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v5.6.4](https://github.com/chef/chef-cli/tree/v5.6.4) (2022-07-14) + +## [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)) ### 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)) - Update minimum ruby version to 2.7 [#213](https://github.com/chef/chef-cli/pull/213) ([sanjain-progress](https://github.com/sanjain-progress)) - Added ruby 3.1 testing [#209](https://github.com/chef/chef-cli/pull/209) ([nikhil2611](https://github.com/nikhil2611)) diff --git a/VERSION b/VERSION index 2a06a418..fad8076f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.4 \ No newline at end of file +5.6.5 \ No newline at end of file diff --git a/lib/chef-cli/version.rb b/lib/chef-cli/version.rb index f9167140..2776ac3e 100644 --- a/lib/chef-cli/version.rb +++ b/lib/chef-cli/version.rb @@ -16,5 +16,5 @@ # module ChefCLI - VERSION = "5.6.4".freeze + VERSION = "5.6.5".freeze end