From 6f91fa8b38fb59a059565f6c6525faaf9486fda6 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:53:54 +0800 Subject: [PATCH] chore(main): release 1.2.1 (#23) --- CHANGELOG.md | 14 ++++++++++++++ lib/kitchen/driver/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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