diff --git a/CHANGELOG.md b/CHANGELOG.md index 5565139..9eca55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/test-kitchen/kitchen-vro/compare/v1.2.0...v1.2.0) (2024-04-10) + + +### Miscellaneous Chores + +* 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.1.0...v1.2.0) (2024-02-28) diff --git a/lib/kitchen/driver/version.rb b/lib/kitchen/driver/version.rb index 9c037f0..55092af 100644 --- a/lib/kitchen/driver/version.rb +++ b/lib/kitchen/driver/version.rb @@ -18,6 +18,6 @@ module Kitchen module Driver - VRO_VERSION = "1.1.0".freeze + VRO_VERSION = "1.2.0".freeze end end