Skip to content

Commit 4938a10

Browse files
chore(main): release 2.14.2 (#424)
1 parent df6582b commit 4938a10

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.14.1"
2+
"v2": "2.14.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.14.2](https://github.com/googleapis/gax-go/compare/v2.14.1...v2.14.2) (2025-05-12)
4+
5+
6+
### Documentation
7+
8+
* **v2:** Fix Backoff doc to accurately explain Multiplier ([#423](https://github.com/googleapis/gax-go/issues/423)) ([16d1791](https://github.com/googleapis/gax-go/commit/16d17917121ea9f5d84ba52b5c7c7f2ec0f9e784)), refs [#422](https://github.com/googleapis/gax-go/issues/422)
9+
310
## [2.14.1](https://github.com/googleapis/gax-go/compare/v2.14.0...v2.14.1) (2024-12-19)
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.14.1"
33+
const Version = "2.14.2"

0 commit comments

Comments
 (0)