diff --git a/CHANGELOG.md b/CHANGELOG.md index ff95e8d..305dd93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +- feat: add support for (optional) guest accelerator(s) configuration. Thanks [@estedev](https://github.com/estedev)! +- Minor linting with the latest Rubocop + ## [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) diff --git a/lib/kitchen/driver/gce_version.rb b/lib/kitchen/driver/gce_version.rb index 9bd2413..9089b7c 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.3.0" + GCE_VERSION = "2.4.0" end end