Skip to content

Commit

Permalink
chore(main): release 2.20.5 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Jun 19, 2024
1 parent a407bcc commit b880373
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 @@
{
".": "2.20.4"
".": "2.20.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Dokken Changelog

## [2.20.5](https://github.com/test-kitchen/kitchen-dokken/compare/v2.20.4...v2.20.5) (2024-06-19)


### Bug Fixes

* update release please configs ([#326](https://github.com/test-kitchen/kitchen-dokken/issues/326)) ([a407bcc](https://github.com/test-kitchen/kitchen-dokken/commit/a407bccf7c45beb0d8effb4a13ce1d0ccb50f866))

## [2.20.4](https://github.com/test-kitchen/kitchen-dokken/compare/v2.20.3...v2.20.4) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/dokken_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
module Kitchen
module Driver
# Version string for Dokken Kitchen driver
DOKKEN_VERSION = "2.20.4".freeze
DOKKEN_VERSION = "2.20.5".freeze
end
end

0 comments on commit b880373

Please sign in to comment.