diff --git a/CHANGELOG.md b/CHANGELOG.md index 305dd93..b73367b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [2.5.0](https://github.com/test-kitchen/kitchen-google/compare/v2.4.0...v2.5.0) (2023-11-28) + + +### Features + +* Add workflows ([#123](https://github.com/test-kitchen/kitchen-google/issues/123)) ([6799c10](https://github.com/test-kitchen/kitchen-google/commit/6799c10321b1f625d43cdc65b275ff9759aab0eb)) + ## [v2.4.0](https://github.com/test-kitchen/kitchen-google/tree/v2.4.0) [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v2.3.0...v2.4.0) diff --git a/lib/kitchen/driver/gce_version.rb b/lib/kitchen/driver/gce_version.rb index 9089b7c..4bee37f 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.4.0" + GCE_VERSION = "2.5.0" end end