diff --git a/CHANGELOG.md b/CHANGELOG.md index 692569d..8133efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.0](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.15.0...v0.16.0) (2023-11-27) + + +### Features + +* workflows and renovate ([#116](https://github.com/test-kitchen/kitchen-digitalocean/issues/116)) ([9e43551](https://github.com/test-kitchen/kitchen-digitalocean/commit/9e435511e8408583115928f4ae7acffc01f39fb0)) + ## [0.15.0](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.14.2...v0.15.0) (2023-11-15) diff --git a/lib/kitchen/driver/digitalocean_version.rb b/lib/kitchen/driver/digitalocean_version.rb index aabe72c..02be071 100644 --- a/lib/kitchen/driver/digitalocean_version.rb +++ b/lib/kitchen/driver/digitalocean_version.rb @@ -20,7 +20,7 @@ module Kitchen module Driver # Version string for Digital Ocean Kitchen driver - DIGITALOCEAN_VERSION = "0.15.0" + DIGITALOCEAN_VERSION = "0.16.0" end end