From dc4a5f1eb87de37981b72aca8bd618bac4fe2de6 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 11 Nov 2024 13:49:15 +0000 Subject: [PATCH] Bump version to 1.0.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 18 ++++++++++-------- VERSION | 2 +- lib/kitchen/version.rb | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f5d32ef..e2f0ef948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,25 @@ # Test Kitchen Change Log - -## [v1.0.0](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.0) (2024-11-11) - -### Merged Pull Requests - -- Rebranding Change and the new version and change.log file [#11](https://github.com/chef/chef-test-kitchen-enterprise/pull/11) ([sanghinitin](https://github.com/sanghinitin)) + +## [v1.0.1](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.1) (2024-11-11) +#### Merged Pull Requests +- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) - ### Changes not yet released to rubygems.org +#### Merged Pull Requests +- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) + ### Merged Pull Requests -- Rebranding Change and the new version and change.log file [#11](https://github.com/chef/chef-test-kitchen-enterprise/pull/11) ([sanghinitin](https://github.com/sanghinitin)) +#### Merged Pull Requests +- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) +- Rebranding Change and the new version and change.log file [#11](https://github.com/chef/chef-test-kitchen-enterprise/pull/11) ([sanghinitin](https://github.com/sanghinitin)) diff --git a/VERSION b/VERSION index afaf360d3..7f207341d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/lib/kitchen/version.rb b/lib/kitchen/version.rb index d6a30bd71..8653b7846 100644 --- a/lib/kitchen/version.rb +++ b/lib/kitchen/version.rb @@ -16,5 +16,5 @@ # limitations under the License. module Kitchen - VERSION = "1.0.0".freeze + VERSION = "1.0.1".freeze end