Skip to content

Commit a645e1f

Browse files
authored
Release 6.2.0 (#223)
Signed-off-by: Ashique P S <[email protected]>
1 parent cd7a2cb commit a645e1f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v6.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.2.0)
4+
5+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v6.1.0..v6.2.0)
6+
7+
- Support for Ruby 3.1
8+
- Check for ERROR status after server create
9+
310
## [v6.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v6.1.0)
411

512
- Support Test Kitchen 3.0

lib/kitchen/driver/openstack_version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ module Kitchen
2323
#
2424
# @author Jonathan Hartman <[email protected]>
2525
module Driver
26-
OPENSTACK_VERSION = "6.1.0"
26+
OPENSTACK_VERSION = "6.2.0"
2727
end
2828
end

0 commit comments

Comments
 (0)