Skip to content

Commit

Permalink
chore(main): release 2.10.0 (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 30, 2023
1 parent 4514281 commit 8f95937
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"v2": "2.9.1"
"v2": "2.10.0"
}
7 changes: 7 additions & 0 deletions v2/CHANGES.md
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* update dependencies ([#280](https://github.com/googleapis/gax-go/issues/280)) ([4514281](https://github.com/googleapis/gax-go/commit/4514281058590f3637c36bfd49baa65c4d3cfb21))

## [2.9.1](https://github.com/googleapis/gax-go/compare/v2.9.0...v2.9.1) (2023-05-23)


Expand Down
2 changes: 1 addition & 1 deletion v2/internal/version.go
Expand Up @@ -30,4 +30,4 @@
package internal

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

0 comments on commit 8f95937

Please sign in to comment.