Skip to content

Commit

Permalink
chore(main): release 2.12.3 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Mar 14, 2024
1 parent 26affb9 commit 2bd56d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.2"
"v2": "2.12.3"
}
8 changes: 7 additions & 1 deletion v2/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* bump protobuf dep to v1.33 ([#333](https://github.com/googleapis/gax-go/issues/333)) ([2892b22](https://github.com/googleapis/gax-go/commit/2892b22c1ae8a70dec3448d82e634643fe6c1be2))

## [2.12.2](https://github.com/googleapis/gax-go/compare/v2.12.1...v2.12.2) (2024-02-23)


Expand Down Expand Up @@ -119,4 +126,3 @@
### Miscellaneous Chores

* **v2:** bump release-please processing ([#192](https://github.com/googleapis/gax-go/issues/192)) ([56172f9](https://github.com/googleapis/gax-go/commit/56172f971d1141d7687edaac053ad3470af76719))

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.2"
const Version = "2.12.3"

0 comments on commit 2bd56d1

Please sign in to comment.