diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8aad9..c15bc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -# kitchen-vcair Changelog +# Changelog + +## [2.0.0](https://github.com/test-kitchen/kitchen-vcair/compare/v1.1.0...v2.0.0) (2024-07-01) + + +### ⚠ BREAKING CHANGES + +* add support for ruby 3.x ([#9](https://github.com/test-kitchen/kitchen-vcair/issues/9)) + +### Features + +* add support for ruby 3.x ([#9](https://github.com/test-kitchen/kitchen-vcair/issues/9)) ([eca1fce](https://github.com/test-kitchen/kitchen-vcair/commit/eca1fcebc871373b370af838af4dfc548136e2bb)) + +## kitchen-vcair Changelog ## Release: 1.1.0 / 2015-12-17 diff --git a/lib/kitchen/driver/vcair_version.rb b/lib/kitchen/driver/vcair_version.rb index 73d4a3e..0dc87a5 100644 --- a/lib/kitchen/driver/vcair_version.rb +++ b/lib/kitchen/driver/vcair_version.rb @@ -19,6 +19,6 @@ module Kitchen module Driver - VCAIR_VERSION = "1.1.0".freeze + VCAIR_VERSION = "2.0.0".freeze end end