Skip to content

Commit f8de230

Browse files
committed
Bump version to 1.0.7 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 3d1f4cc commit f8de230

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.6 -->
5-
## [v1.0.6](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.6) (2025-01-06)
4+
<!-- latest_release 1.0.7 -->
5+
## [v1.0.7](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.7) (2025-01-06)
66

77
#### Merged Pull Requests
8-
- added slack promot pipeline [#20](https://github.com/chef/chef-test-kitchen-enterprise/pull/20) ([sanghinitin](https://github.com/sanghinitin))
8+
- Removing changelog pipeline [#21](https://github.com/chef/chef-test-kitchen-enterprise/pull/21) ([sanghinitin](https://github.com/sanghinitin))
99
<!-- latest_release -->
1010

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

1414
#### Merged Pull Requests
15+
- Removing changelog pipeline [#21](https://github.com/chef/chef-test-kitchen-enterprise/pull/21) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.7 -->
1516
- added slack promot pipeline [#20](https://github.com/chef/chef-test-kitchen-enterprise/pull/20) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.6 -->
1617
- 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 -->
1718
- 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 -->
@@ -21,6 +22,7 @@
2122

2223

2324
#### Merged Pull Requests
25+
- Removing changelog pipeline [#21](https://github.com/chef/chef-test-kitchen-enterprise/pull/21) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.7 -->
2426
- added slack promot pipeline [#20](https://github.com/chef/chef-test-kitchen-enterprise/pull/20) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.6 -->
2527
- 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 -->
2628
- 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 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.6
1+
1.0.7

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.6".freeze
19+
VERSION = "1.0.7".freeze
2020
end

0 commit comments

Comments
 (0)