diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49f729c..8c468b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.2" + ".": "3.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index be896d6..887a3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [3.3.3](https://github.com/test-kitchen/kitchen-vra/compare/v3.3.2...v3.3.3) (2024-06-27) + + +### Bug Fixes + +* release please configs ([#69](https://github.com/test-kitchen/kitchen-vra/issues/69)) ([fa27fb1](https://github.com/test-kitchen/kitchen-vra/commit/fa27fb16997917b6e04e2f63de1c3ac5bcc920a2)) + ## [v3.3.2](https://github.com/chef-partners/kitchen-vra/tree/v3.3.2) [Full Changelog](https://github.com/chef-partners/kitchen-vra/compare/v3.3.1...v3.3.2) diff --git a/lib/kitchen/driver/vra_version.rb b/lib/kitchen/driver/vra_version.rb index 776db95..ea04269 100644 --- a/lib/kitchen/driver/vra_version.rb +++ b/lib/kitchen/driver/vra_version.rb @@ -20,6 +20,6 @@ module Kitchen module Driver - VRA_VERSION = "3.3.2" + VRA_VERSION = "3.3.3" end end