From 86243c3baacf948e9900fcdefea101c07d29cba4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 17 Aug 2024 09:22:04 +0000 Subject: [PATCH] Bump version to 5.6.15 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 ab0020e3..566fd0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ - + +## [v5.6.15](https://github.com/chef/chef-cli/tree/v5.6.15) (2024-08-17) + +#### Merged Pull Requests +- Update generator kitchen templates for modern platforms [#234](https://github.com/chef/chef-cli/pull/234) ([Stromweld](https://github.com/Stromweld)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update generator kitchen templates for modern platforms [#234](https://github.com/chef/chef-cli/pull/234) ([Stromweld](https://github.com/Stromweld)) diff --git a/VERSION b/VERSION index db4dd40c..1c3c4476 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.14 \ No newline at end of file +5.6.15 \ No newline at end of file diff --git a/lib/chef-cli/version.rb b/lib/chef-cli/version.rb index 7a0f8886..94f10de0 100644 --- a/lib/chef-cli/version.rb +++ b/lib/chef-cli/version.rb @@ -16,5 +16,5 @@ # module ChefCLI - VERSION = "5.6.14".freeze + VERSION = "5.6.15".freeze end