Skip to content

Commit

Permalink
chore(main): release 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter committed Jun 21, 2024
1 parent cbb2736 commit 46474c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.2.0"
".": "6.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [6.2.1](https://github.com/test-kitchen/kitchen-openstack/compare/v6.2.0...v6.2.1) (2024-06-21)


### Bug Fixes

* release please configs ([#228](https://github.com/test-kitchen/kitchen-openstack/issues/228)) ([cbb2736](https://github.com/test-kitchen/kitchen-openstack/commit/cbb27362313150d6be7de0d356affbc3069101bb))

## [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)
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.2.0"
OPENSTACK_VERSION = "6.2.1"
end
end

0 comments on commit 46474c1

Please sign in to comment.