Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Nov 28, 2023
1 parent 5c294f3 commit 81600d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [2.6.0](https://github.com/test-kitchen/kitchen-google/compare/v2.5.0...v2.6.0) (2023-11-28)


### Features

* Update to use the google-apis-compute_v1 directly ([#120](https://github.com/test-kitchen/kitchen-google/issues/120)) ([471c04d](https://github.com/test-kitchen/kitchen-google/commit/471c04d71e4cf20a41c5d9fc97fb42e8cf64422b))


### Bug Fixes

* Fix missing GITHUB token ([#126](https://github.com/test-kitchen/kitchen-google/issues/126)) ([5c294f3](https://github.com/test-kitchen/kitchen-google/commit/5c294f3afd3ab07776a9a8a0c7179bc0fd3a1efa))

## [2.5.0](https://github.com/test-kitchen/kitchen-google/compare/v2.4.0...v2.5.0) (2023-11-28)


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.5.0"
GCE_VERSION = "2.6.0"
end
end

0 comments on commit 81600d9

Please sign in to comment.