Skip to content

Commit

Permalink
chore(main): release 1.0.3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Nov 23, 2023
1 parent f5aa5f9 commit ebf4323
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.3](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.2...v1.0.3) (2023-11-23)


### Bug Fixes

* Change release-please to trigger release ([#13](https://github.com/test-kitchen/workflow-testing-gem/issues/13)) ([f5aa5f9](https://github.com/test-kitchen/workflow-testing-gem/commit/f5aa5f9ae271c5d96c98b988c8251fdb029aa344))

## [1.0.2](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.1...v1.0.2) (2023-11-22)


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.2"
WORKFLOW_TESTING_VERSION = "1.0.3"
end
end

0 comments on commit ebf4323

Please sign in to comment.