From f8de230f07e23a353ad1de315703d995db9d51ae Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 6 Jan 2025 08:38:56 +0000 Subject: [PATCH] Bump version to 1.0.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 8 +++++--- VERSION | 2 +- lib/kitchen/version.rb | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69fc2111..1a224090c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Test Kitchen Change Log - -## [v1.0.6](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.6) (2025-01-06) + +## [v1.0.7](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.7) (2025-01-06) #### Merged Pull Requests -- added slack promot pipeline [#20](https://github.com/chef/chef-test-kitchen-enterprise/pull/20) ([sanghinitin](https://github.com/sanghinitin)) +- Removing changelog pipeline [#21](https://github.com/chef/chef-test-kitchen-enterprise/pull/21) ([sanghinitin](https://github.com/sanghinitin)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Removing changelog pipeline [#21](https://github.com/chef/chef-test-kitchen-enterprise/pull/21) ([sanghinitin](https://github.com/sanghinitin)) - added slack promot pipeline [#20](https://github.com/chef/chef-test-kitchen-enterprise/pull/20) ([sanghinitin](https://github.com/sanghinitin)) - Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) - Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) @@ -21,6 +22,7 @@ #### Merged Pull Requests +- Removing changelog pipeline [#21](https://github.com/chef/chef-test-kitchen-enterprise/pull/21) ([sanghinitin](https://github.com/sanghinitin)) - added slack promot pipeline [#20](https://github.com/chef/chef-test-kitchen-enterprise/pull/20) ([sanghinitin](https://github.com/sanghinitin)) - Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) - Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) diff --git a/VERSION b/VERSION index ece61c601..f9cbc01ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file diff --git a/lib/kitchen/version.rb b/lib/kitchen/version.rb index 122ad9549..a91503dc2 100644 --- a/lib/kitchen/version.rb +++ b/lib/kitchen/version.rb @@ -16,5 +16,5 @@ # limitations under the License. module Kitchen - VERSION = "1.0.6".freeze + VERSION = "1.0.7".freeze end