From f9e1ce7a5d5b740db2d06308dec9fe7cb00176c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 14:50:00 +0000 Subject: [PATCH] chore(main): release 2.5.0 (#124) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lib/kitchen/driver/gce_version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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