Skip to content

Commit 57b62a8

Browse files
chore(main): release 2.12.2 (#327)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 534311f commit 57b62a8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

v2/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"v2": "2.12.1"
2+
"v2": "2.12.2"
33
}

v2/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.12.2](https://github.com/googleapis/gax-go/compare/v2.12.1...v2.12.2) (2024-02-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **v2/callctx:** fix SetHeader race by cloning header map ([#326](https://github.com/googleapis/gax-go/issues/326)) ([534311f](https://github.com/googleapis/gax-go/commit/534311f0f163d101f30657736c0e6f860e9c39dc))
9+
310
## [2.12.1](https://github.com/googleapis/gax-go/compare/v2.12.0...v2.12.1) (2024-02-13)
411

512

v2/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
package internal
3131

3232
// Version is the current tagged release of the library.
33-
const Version = "2.12.1"
33+
const Version = "2.12.2"

0 commit comments

Comments
 (0)