From efa8200dc91364c9390455162920f19a2505e3df Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 2 Jul 2024 01:33:15 +0800 Subject: [PATCH] chore(main): release 0.16.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/kitchen/driver/digitalocean_version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc7e4aa..256c881 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.16.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8133efa..51b3f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/kitchen/driver/digitalocean_version.rb b/lib/kitchen/driver/digitalocean_version.rb index 02be071..0803b8a 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.16.0" + DIGITALOCEAN_VERSION = "0.16.1" end end