diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f96898..e29a5008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ - + +## [v5.6.13](https://github.com/chef/chef-cli/tree/v5.6.13) (2023-09-11) + +#### Merged Pull Requests +- Memoize git shell commands [#223](https://github.com/chef/chef-cli/pull/223) ([adsr](https://github.com/adsr)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Memoize git shell commands [#223](https://github.com/chef/chef-cli/pull/223) ([adsr](https://github.com/adsr)) diff --git a/VERSION b/VERSION index 60837570..3b338e29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.12 \ No newline at end of file +5.6.13 \ No newline at end of file diff --git a/lib/chef-cli/version.rb b/lib/chef-cli/version.rb index d0271838..4a6c2474 100644 --- a/lib/chef-cli/version.rb +++ b/lib/chef-cli/version.rb @@ -16,5 +16,5 @@ # module ChefCLI - VERSION = "5.6.12".freeze + VERSION = "5.6.13".freeze end