Skip to content

Commit

Permalink
chore(main): release 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter committed Nov 25, 2023
1 parent 02e6f23 commit d408dcf
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 @@
# Dokken Changelog

## [2.20.1](https://github.com/test-kitchen/kitchen-dokken/compare/v2.20.0...v2.20.1) (2023-11-25)


### Bug Fixes

* do not set network aliases for host or bridge networks ([#295](https://github.com/test-kitchen/kitchen-dokken/issues/295)) ([02e6f23](https://github.com/test-kitchen/kitchen-dokken/commit/02e6f235de4cc43cfd9dbe9ddede0c5b6684804f))

## [2.20.0](https://github.com/test-kitchen/kitchen-dokken/compare/v2.19.1...v2.20.0) (2023-11-25)


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.0".freeze
DOKKEN_VERSION = "2.20.1".freeze
end
end

0 comments on commit d408dcf

Please sign in to comment.