Skip to content

Commit fbb588a

Browse files
committed
Bump version to 1.0.5 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 13b3fbf commit fbb588a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Test Kitchen Change Log
22

33
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
4-
<!-- latest_release 1.0.4 -->
5-
## [v1.0.4](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.4) (2024-11-26)
4+
<!-- latest_release 1.0.5 -->
5+
## [v1.0.5](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.5) (2024-11-27)
66

77
#### Merged Pull Requests
8-
- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps))
8+
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps))
99
<!-- latest_release -->
1010

1111
<!-- release_rollup -->
1212
### Changes not yet released to rubygems.org
1313

1414
#### Merged Pull Requests
15+
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.5 -->
1516
- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.4 -->
1617
- Updated the kitchen context approach with env variable [#15](https://github.com/chef/chef-test-kitchen-enterprise/pull/15) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.3 -->
1718
- 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)) <!-- 1.0.2 -->
@@ -20,6 +21,7 @@
2021
### Merged Pull Requests
2122

2223
#### Merged Pull Requests
24+
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.5 -->
2325
- Updated the pkg description and Gemfile [#16](https://github.com/chef/chef-test-kitchen-enterprise/pull/16) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.4 -->
2426
- Updated the kitchen context approach with env variable [#15](https://github.com/chef/chef-test-kitchen-enterprise/pull/15) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.3 -->
2527
- 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)) <!-- 1.0.2 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.0.5

lib/kitchen/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# limitations under the License.
1717

1818
module Kitchen
19-
VERSION = "1.0.4".freeze
19+
VERSION = "1.0.5".freeze
2020
end

0 commit comments

Comments
 (0)