From 6e4462128127c40fa7c647e16ade4dd8c9279c1f Mon Sep 17 00:00:00 2001 From: Ashique P S Date: Fri, 10 Jun 2022 23:01:46 +0530 Subject: [PATCH] Release 2.3.0 (#116) Signed-off-by: Ashique P S --- CHANGELOG.md | 9 +++++++++ lib/kitchen/driver/gce_version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b333bbc..ff95e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v2.3.0](https://github.com/test-kitchen/kitchen-google/tree/v2.3.0) + +[Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v2.2.0...v2.3.0) + +- Added support for Ruby 3.1 and ended support for Ruby 2.5 [@kasif-adnan](https://github.com/kasif-adnan) +- Github workflow updates [@kasif-adnan](https://github.com/kasif-adnan) +- Use chefsyle linting [@sanjain-progress](https://github.com/sanjain-progress) +- Updated google-api-client and chefsyle + ## [v2.2.0](https://github.com/test-kitchen/kitchen-google/tree/v2.2.0) [Full Changelog](https://github.com/test-kitchen/kitchen-google/compare/v2.1.0...v2.2.0) diff --git a/lib/kitchen/driver/gce_version.rb b/lib/kitchen/driver/gce_version.rb index 49cc1ea..145edf8 100644 --- a/lib/kitchen/driver/gce_version.rb +++ b/lib/kitchen/driver/gce_version.rb @@ -18,6 +18,6 @@ module Kitchen module Driver - GCE_VERSION = "2.2.0".freeze + GCE_VERSION = "2.3.0".freeze end end