Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 14, 2023
1 parent 1222acb commit c77181e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/gce_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

module Kitchen
module Driver
GCE_VERSION = "2.3.0"
GCE_VERSION = "2.4.0"
end
end

0 comments on commit c77181e

Please sign in to comment.