diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eca55f..317d517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.1](https://github.com/test-kitchen/kitchen-vro/compare/v1.2.1...v1.2.1) (2024-06-09) + + +### Features + +* update workflows ([#15](https://github.com/test-kitchen/kitchen-vro/issues/15)) ([277a0ab](https://github.com/test-kitchen/kitchen-vro/commit/277a0aba28a50b99272962973a589898dd144fad)) +* Workflows ([#10](https://github.com/test-kitchen/kitchen-vro/issues/10)) ([3f51d13](https://github.com/test-kitchen/kitchen-vro/commit/3f51d13a5afc683f6f3c1c4816f37ec0c65c4d63)) + + +### Miscellaneous Chores + +* bump verion to 1.2.1 ([#22](https://github.com/test-kitchen/kitchen-vro/issues/22)) ([498f90f](https://github.com/test-kitchen/kitchen-vro/commit/498f90ff6618b643795d29adbc120c5b4dc4fb26)) +* release 1.2.0 ([#18](https://github.com/test-kitchen/kitchen-vro/issues/18)) ([3356c6f](https://github.com/test-kitchen/kitchen-vro/commit/3356c6f22b91c02283ec4d31a7ac6179ecd27876)) + ## [1.2.0](https://github.com/test-kitchen/kitchen-vro/compare/v1.2.0...v1.2.0) (2024-04-10) diff --git a/lib/kitchen/driver/version.rb b/lib/kitchen/driver/version.rb index 55092af..1033420 100644 --- a/lib/kitchen/driver/version.rb +++ b/lib/kitchen/driver/version.rb @@ -18,6 +18,6 @@ module Kitchen module Driver - VRO_VERSION = "1.2.0".freeze + VRO_VERSION = "1.2.1".freeze end end