From dfe1f740087188d3e4065613cc3edc54d9021fd7 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 21 Oct 2024 14:56:38 +0000 Subject: [PATCH] Bump version to 3.7.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/kitchen/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fca790e..c79925075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Test Kitchen Change Log - + +## [v3.7.1](https://github.com/chef/test-kitchen/tree/v3.7.1) (2024-10-21) + +#### Merged Pull Requests +- Updated version and added release tag [#8](https://github.com/chef/test-kitchen/pull/8) ([nikhil2611](https://github.com/nikhil2611)) +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Updated version and added release tag [#8](https://github.com/chef/test-kitchen/pull/8) ([nikhil2611](https://github.com/nikhil2611)) @@ -2389,4 +2397,4 @@ ## [v0.5.0](https://github.com/test-kitchen/test-kitchen/tree/v0.5.0) (2012-08-16) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/VERSION b/VERSION index 7c69a55db..5cdb444f3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.0 +3.7.1 \ No newline at end of file diff --git a/lib/kitchen/version.rb b/lib/kitchen/version.rb index e81fbbb0a..5acec9447 100644 --- a/lib/kitchen/version.rb +++ b/lib/kitchen/version.rb @@ -16,5 +16,5 @@ # limitations under the License. module Kitchen - VERSION = "3.7.0".freeze + VERSION = "3.7.1".freeze end