Skip to content

Commit

Permalink
chore(main): release 1.0.9 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter committed Jun 18, 2024
1 parent ba2a78e commit 0ee6231
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.8"
".": "1.0.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.9](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.8...v1.0.9) (2024-06-18)


### Bug Fixes

* release please deprecation ([#26](https://github.com/test-kitchen/workflow-testing-gem/issues/26)) ([ba2a78e](https://github.com/test-kitchen/workflow-testing-gem/commit/ba2a78e60c4b876df94858862131e22ca3201fea))

## [1.0.8](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.7...v1.0.8) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Kitchen
module Driver
WORKFLOW_TESTING_VERSION = "1.0.8"
WORKFLOW_TESTING_VERSION = "1.0.9"
end
end

0 comments on commit 0ee6231

Please sign in to comment.