Skip to content

Commit

Permalink
chore(main): release 2.12.4 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 3, 2024
1 parent ddf9a90 commit 53845b5
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"v2": "2.12.3"
"v2": "2.12.4"
}
7 changes: 7 additions & 0 deletions v2/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.12.4](https://github.com/googleapis/gax-go/compare/v2.12.3...v2.12.4) (2024-05-03)


### Bug Fixes

* provide unmarshal options for streams ([#343](https://github.com/googleapis/gax-go/issues/343)) ([ddf9a90](https://github.com/googleapis/gax-go/commit/ddf9a90bf180295d49875e15cb80b2136a49dbaf))

## [2.12.3](https://github.com/googleapis/gax-go/compare/v2.12.2...v2.12.3) (2024-03-14)


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.12.3"
const Version = "2.12.4"

0 comments on commit 53845b5

Please sign in to comment.