diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d353515..727a5db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7fd86b..20b5d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Kitchen-rackspace Changelog +## [0.21.1](https://github.com/test-kitchen/kitchen-rackspace/compare/v0.21.0...v0.21.1) (2024-07-01) + + +### Features + +* Add Workflows ([#105](https://github.com/test-kitchen/kitchen-rackspace/issues/105)) ([1a4f418](https://github.com/test-kitchen/kitchen-rackspace/commit/1a4f4181845c4da9d79748c0f4cfa03c8653d8f3)) + + +### Bug Fixes + +* release please configs ([#108](https://github.com/test-kitchen/kitchen-rackspace/issues/108)) ([e8773c1](https://github.com/test-kitchen/kitchen-rackspace/commit/e8773c18e89d8dde724bfa06028678fb43da18a0)) + ## 0.21.0 / 2016-05-31 * PR [#67] - Update image IDS; via [@martinb3] diff --git a/lib/kitchen/driver/rackspace_version.rb b/lib/kitchen/driver/rackspace_version.rb index befa899..809649e 100644 --- a/lib/kitchen/driver/rackspace_version.rb +++ b/lib/kitchen/driver/rackspace_version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Kitchen module Driver - RACKSPACE_VERSION = "0.21.0" + RACKSPACE_VERSION = "0.21.1" end end