Skip to content

Commit

Permalink
chore(main): release 2.6.1 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Jun 27, 2024
1 parent 74062e2 commit c22c5b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "2.6.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.6.1](https://github.com/test-kitchen/kitchen-google/compare/v2.6.0...v2.6.1) (2024-06-27)


### Bug Fixes

* release please configs ([#131](https://github.com/test-kitchen/kitchen-google/issues/131)) ([74062e2](https://github.com/test-kitchen/kitchen-google/commit/74062e2a143495fa3d066f3fbf1af4bf5e4bacef))

## [2.6.0](https://github.com/test-kitchen/kitchen-google/compare/v2.5.0...v2.6.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.6.0"
GCE_VERSION = "2.6.1"
end
end

0 comments on commit c22c5b3

Please sign in to comment.