diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8738fb1..fb58524eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Test Kitchen Change Log - -## [v1.0.3](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.3) (2024-11-14) + +## [v1.0.4](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.4) (2024-11-26) #### 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)) +- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([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)) - 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)) @@ -19,6 +20,7 @@ ### Merged Pull Requests #### Merged Pull Requests +- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([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)) - 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 e4c0d46e5..a6a3a43c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 \ No newline at end of file +1.0.4 \ No newline at end of file diff --git a/lib/kitchen/version.rb b/lib/kitchen/version.rb index d5f90ca0c..5b8e9cce9 100644 --- a/lib/kitchen/version.rb +++ b/lib/kitchen/version.rb @@ -16,5 +16,5 @@ # limitations under the License. module Kitchen - VERSION = "1.0.3".freeze + VERSION = "1.0.4".freeze end