Skip to content

Commit

Permalink
chore(main): release 2.11.0 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 13, 2023
1 parent fd7bca0 commit c594005
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"v2": "2.10.0"
"v2": "2.11.0"
}
12 changes: 12 additions & 0 deletions v2/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.11.0](https://github.com/googleapis/gax-go/compare/v2.10.0...v2.11.0) (2023-06-13)


### Features

* **v2:** add GoVersion package variable ([#283](https://github.com/googleapis/gax-go/issues/283)) ([26553cc](https://github.com/googleapis/gax-go/commit/26553ccadb4016b189881f52e6c253b68bb3e3d5))


### Bug Fixes

* **v2:** handle space in non-devel go version ([#288](https://github.com/googleapis/gax-go/issues/288)) ([fd7bca0](https://github.com/googleapis/gax-go/commit/fd7bca029a1c5e63def8f0a5fd1ec3f725d92f75))

## [2.10.0](https://github.com/googleapis/gax-go/compare/v2.9.1...v2.10.0) (2023-05-30)


Expand Down
2 changes: 1 addition & 1 deletion v2/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "2.10.0"
const Version = "2.11.0"

0 comments on commit c594005

Please sign in to comment.