diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b66e6b..82ae6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # kitchen-cloudstack Changelog +## [1.1.0](https://github.com/test-kitchen/kitchen-cloudstack/compare/v1.0.0...v1.1.0) (2026-08-24) + + +### Features + +* implement the driver doctor hook ([#59](https://github.com/test-kitchen/kitchen-cloudstack/issues/59)) ([bf2c7ce](https://github.com/test-kitchen/kitchen-cloudstack/commit/bf2c7cedc5fb783d77c46f3dc388c89b4a3fad48)) + ## [1.0.0](https://github.com/test-kitchen/kitchen-cloudstack/compare/v0.24.0...v1.0.0) (2026-08-22) ### Bug Fixes diff --git a/lib/kitchen/driver/cloudstack_version.rb b/lib/kitchen/driver/cloudstack_version.rb index 31e215a..c457008 100644 --- a/lib/kitchen/driver/cloudstack_version.rb +++ b/lib/kitchen/driver/cloudstack_version.rb @@ -20,6 +20,6 @@ module Kitchen module Driver # Version string for Cloudstack Kitchen driver - CLOUDSTACK_VERSION = "1.0.0".freeze + CLOUDSTACK_VERSION = "1.1.0".freeze end end