diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86e26a2..6ed9c80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.6.2" + ".": "2.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9015c94..3aaf428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.7.0](https://github.com/test-kitchen/kitchen-google/compare/v2.6.2...v2.7.0) (2026-07-02) + + +### Features + +* Add configurable winpass_timeout for Windows password reset and migrate Chefstyle to Cookstyle ([#139](https://github.com/test-kitchen/kitchen-google/issues/139)) ([b96059e](https://github.com/test-kitchen/kitchen-google/commit/b96059e292f305f6ebd4fc3eab45c620728c163b)) + ## [2.6.2](https://github.com/test-kitchen/kitchen-google/compare/v2.6.1...v2.6.2) (2026-01-22) diff --git a/lib/kitchen/driver/gce_version.rb b/lib/kitchen/driver/gce_version.rb index da70f64..a64d120 100644 --- a/lib/kitchen/driver/gce_version.rb +++ b/lib/kitchen/driver/gce_version.rb @@ -20,6 +20,6 @@ module Kitchen module Driver - GCE_VERSION = "2.6.2" + GCE_VERSION = "2.7.0" end end