Skip to content

Commit

Permalink
Release 6.2.0 (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique P S <[email protected]>
  • Loading branch information
ashiqueps authored Jun 14, 2022
1 parent cd7a2cb commit a645e1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v6.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.2.0)

[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v6.1.0..v6.2.0)

- Support for Ruby 3.1
- Check for ERROR status after server create

## [v6.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.1.0)

- Support Test Kitchen 3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/openstack_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ module Kitchen
#
# @author Jonathan Hartman <[email protected]>
module Driver
OPENSTACK_VERSION = "6.1.0"
OPENSTACK_VERSION = "6.2.0"
end
end

0 comments on commit a645e1f

Please sign in to comment.