Skip to content

Commit

Permalink
chore(main): release 2.8.0 (#265)
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 Mar 15, 2023
1 parent 9a8da43 commit 77e4c0b
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.7.1"
"v2": "2.8.0"
}
7 changes: 7 additions & 0 deletions v2/CHANGES.md
@@ -1,5 +1,12 @@
# Changelog

## [2.8.0](https://github.com/googleapis/gax-go/compare/v2.7.1...v2.8.0) (2023-03-15)


### Features

* **v2:** add WithTimeout option ([#259](https://github.com/googleapis/gax-go/issues/259)) ([9a8da43](https://github.com/googleapis/gax-go/commit/9a8da43693002448b1e8758023699387481866d1))

## [2.7.1](https://github.com/googleapis/gax-go/compare/v2.7.0...v2.7.1) (2023-03-06)


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.7.1"
const Version = "2.8.0"

0 comments on commit 77e4c0b

Please sign in to comment.