diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d3547..692569d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ # Changelog +## [0.15.0](https://github.com/test-kitchen/kitchen-digitalocean/compare/v0.14.2...v0.15.0) (2023-11-15) + + +### Features + +* Expose api_url of droplet_kit client as an env var ([#111](https://github.com/test-kitchen/kitchen-digitalocean/issues/111)) ([21abb17](https://github.com/test-kitchen/kitchen-digitalocean/commit/21abb17fe5588af6e6a74e2037e1175f74d00dda)) + +## Changelog + Release notes are now maintained in [GitHub Releases](https://github.com/test-kitchen/kitchen-digitalocean/releases) diff --git a/lib/kitchen/driver/digitalocean_version.rb b/lib/kitchen/driver/digitalocean_version.rb index dc05e9c..aabe72c 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.14.2" + DIGITALOCEAN_VERSION = "0.15.0" end end