From 92e26798853bdca23a678813311a73d7123c2d52 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 11 Sep 2023 11:36:25 +0000 Subject: [PATCH] Bump version to 5.6.13 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/chef-cli/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) 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