-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Obvious fix; these changes are the result of automation not creative thinking.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Test Kitchen Change Log | ||
|
||
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog --> | ||
<!-- latest_release 1.0.0 --> | ||
## [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)) | ||
<!-- latest_release 1.0.1 --> | ||
## [v1.0.1](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.1) (2024-11-11) | ||
|
||
#### Merged Pull Requests | ||
Check failure on line 7 in CHANGELOG.md GitHub Actions / markdown-lintHeading levels should only increment by one level at a time
Check failure on line 7 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) | ||
Check failure on line 8 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
<!-- latest_release --> | ||
|
||
<!-- release_rollup --> | ||
|
||
### Changes not yet released to rubygems.org | ||
|
||
#### Merged Pull Requests | ||
Check failure on line 14 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.1 --> | ||
Check failure on line 15 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
|
||
### 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)) <!-- 1.0.0 --> | ||
#### Merged Pull Requests | ||
Check failure on line 19 in CHANGELOG.md GitHub Actions / markdown-lintHeadings should be surrounded by blank lines
|
||
- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.1 --> | ||
Check failure on line 20 in CHANGELOG.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
|
||
- 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)) <!-- 1.0.0 --> | ||
<!-- release_rollup --> | ||
|
||
<!-- latest_stable_release --> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0 | ||
1.0.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
# limitations under the License. | ||
|
||
module Kitchen | ||
VERSION = "1.0.0".freeze | ||
VERSION = "1.0.1".freeze | ||
end |