diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b2cc73..592b3ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.1" + ".": "6.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 009070f..5a983d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [6.2.2](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.1...v6.2.2) (2026-01-24) + + +### Bug Fixes + +* switch to cookstyle ([#233](https://github.com/test-kitchen/kitchen-openstack/issues/233)) ([dda6596](https://github.com/test-kitchen/kitchen-openstack/commit/dda659687a48dbde55e49407194f231af8b3f691)) + ## [6.2.1](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.0...v6.2.1) (2024-06-21) diff --git a/lib/kitchen/driver/openstack_version.rb b/lib/kitchen/driver/openstack_version.rb index 2236ec2..60fdd10 100644 --- a/lib/kitchen/driver/openstack_version.rb +++ b/lib/kitchen/driver/openstack_version.rb @@ -23,6 +23,6 @@ module Kitchen # # @author Jonathan Hartman module Driver - OPENSTACK_VERSION = "6.2.1" + OPENSTACK_VERSION = "6.2.2" end end