Skip to content

Commit

Permalink
chore(main): release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter committed Jul 1, 2024
1 parent 06128ab commit efa8200
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 @@
{
".": "0.16.0"
".": "0.16.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.16.1](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.16.0...v0.16.1) (2024-07-01)


### Bug Fixes

* release please configs ([#122](https://github.com/test-kitchen/kitchen-digitalocean/issues/122)) ([06128ab](https://github.com/test-kitchen/kitchen-digitalocean/commit/06128abd1a362fe5cc95b26bdf86a095c35a11c0))

## [0.16.0](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.15.0...v0.16.0) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/digitalocean_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Kitchen
module Driver
# Version string for Digital Ocean Kitchen driver
DIGITALOCEAN_VERSION = "0.16.0"
DIGITALOCEAN_VERSION = "0.16.1"
end
end

Expand Down

0 comments on commit efa8200

Please sign in to comment.