Skip to content

Commit

Permalink
chore(main): release 2.9.0 (#273)
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 22, 2023
1 parent 5874431 commit b9f419c
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
@@ -1,3 +1,3 @@
{
"v2": "2.8.0"
"v2": "2.9.0"
}
12 changes: 12 additions & 0 deletions v2/CHANGES.md
@@ -1,5 +1,17 @@
# Changelog

## [2.9.0](https://github.com/googleapis/gax-go/compare/v2.8.0...v2.9.0) (2023-05-22)


### Features

* **apierror:** add method to return HTTP status code conditionally ([#274](https://github.com/googleapis/gax-go/issues/274)) ([5874431](https://github.com/googleapis/gax-go/commit/587443169acd10f7f86d1989dc8aaf189e645e98)), refs [#229](https://github.com/googleapis/gax-go/issues/229)


### Documentation

* add ref to usage with clients ([#272](https://github.com/googleapis/gax-go/issues/272)) ([ea4d72d](https://github.com/googleapis/gax-go/commit/ea4d72d514beba4de450868b5fb028601a29164e)), refs [#228](https://github.com/googleapis/gax-go/issues/228)

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


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.8.0"
const Version = "2.9.0"

0 comments on commit b9f419c

Please sign in to comment.