Skip to content

Commit a96cf71

Browse files
chore(main): release 0.16.1 (#123)
1 parent 06128ab commit a96cf71

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.0"
2+
".": "0.16.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.1](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.16.0...v0.16.1) (2024-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* release please configs ([#122](https://github.com/test-kitchen/kitchen-digitalocean/issues/122)) ([06128ab](https://github.com/test-kitchen/kitchen-digitalocean/commit/06128abd1a362fe5cc95b26bdf86a095c35a11c0))
9+
310
## [0.16.0](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.15.0...v0.16.0) (2023-11-27)
411

512

lib/kitchen/driver/digitalocean_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Kitchen
2121
module Driver
2222
# Version string for Digital Ocean Kitchen driver
23-
DIGITALOCEAN_VERSION = "0.16.0"
23+
DIGITALOCEAN_VERSION = "0.16.1"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)