Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique P S <[email protected]>
  • Loading branch information
ashiqueps committed Jun 9, 2022
1 parent bc323bd commit 97753dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 @@ -18,6 +18,6 @@

module Kitchen
module Driver
GCE_VERSION = "2.2.0".freeze
GCE_VERSION = "2.3.0".freeze
end
end

0 comments on commit 97753dd

Please sign in to comment.