diff --git a/CHANGELOG.md b/CHANGELOG.md index dfcf45e17..3f8738fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,25 @@ # Test Kitchen Change Log - -## [v1.0.2](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.2) (2024-11-13) + +## [v1.0.3](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.3) (2024-11-14) #### Merged Pull Requests -- Include the Chef-cli as gem with the test-kitchen hab package [#14](https://github.com/chef/chef-test-kitchen-enterprise/pull/14) ([ashiqueps](https://github.com/ashiqueps)) +- Updated the kitchen context approach with env variable [#15](https://github.com/chef/chef-test-kitchen-enterprise/pull/15) ([ashiqueps](https://github.com/ashiqueps)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updated the kitchen context approach with env variable [#15](https://github.com/chef/chef-test-kitchen-enterprise/pull/15) ([ashiqueps](https://github.com/ashiqueps)) - Include the Chef-cli as gem with the test-kitchen hab package [#14](https://github.com/chef/chef-test-kitchen-enterprise/pull/14) ([ashiqueps](https://github.com/ashiqueps)) - Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) ### Merged Pull Requests #### Merged Pull Requests +- Updated the kitchen context approach with env variable [#15](https://github.com/chef/chef-test-kitchen-enterprise/pull/15) ([ashiqueps](https://github.com/ashiqueps)) - Include the Chef-cli as gem with the test-kitchen hab package [#14](https://github.com/chef/chef-test-kitchen-enterprise/pull/14) ([ashiqueps](https://github.com/ashiqueps)) - Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) diff --git a/VERSION b/VERSION index e6d5cb833..e4c0d46e5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file diff --git a/lib/kitchen/version.rb b/lib/kitchen/version.rb index c476b78d1..d5f90ca0c 100644 --- a/lib/kitchen/version.rb +++ b/lib/kitchen/version.rb @@ -16,5 +16,5 @@ # limitations under the License. module Kitchen - VERSION = "1.0.2".freeze + VERSION = "1.0.3".freeze end