diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b5ecf4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/test-kitchen/kitchen-vro/compare/v1.0.0...v1.1.0) (2023-11-27) + + +### Features + +* Workflows ([#10](https://github.com/test-kitchen/kitchen-vro/issues/10)) ([3f51d13](https://github.com/test-kitchen/kitchen-vro/commit/3f51d13a5afc683f6f3c1c4816f37ec0c65c4d63)) diff --git a/lib/kitchen/driver/vro_version.rb b/lib/kitchen/driver/vro_version.rb index b23ac13..9c037f0 100644 --- a/lib/kitchen/driver/vro_version.rb +++ b/lib/kitchen/driver/vro_version.rb @@ -18,6 +18,6 @@ module Kitchen module Driver - VRO_VERSION = "1.0.0".freeze + VRO_VERSION = "1.1.0".freeze end end