Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 2, 2021
1 parent c615911 commit 00829ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

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

- Support Test Kitchen 3.0

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

- Require Ruby 2.6 or later and add testing for Ruby 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.0.0"
OPENSTACK_VERSION = "6.1.0"
end
end

0 comments on commit 00829ed

Please sign in to comment.