From 643488bae32330e5197dedf8fad95d2159cef676 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:52:11 -0600 Subject: [PATCH] chore(main): release 2.14.1 (#388) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- v2/.release-please-manifest.json | 2 +- v2/CHANGES.md | 12 ++++++++++++ v2/internal/version.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/v2/.release-please-manifest.json b/v2/.release-please-manifest.json index 29a5900c..a8c082dd 100644 --- a/v2/.release-please-manifest.json +++ b/v2/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "v2": "2.14.0" + "v2": "2.14.1" } diff --git a/v2/CHANGES.md b/v2/CHANGES.md index 9fb90359..17cced15 100644 --- a/v2/CHANGES.md +++ b/v2/CHANGES.md @@ -1,5 +1,17 @@ # Changelog +## [2.14.1](https://github.com/googleapis/gax-go/compare/v2.14.0...v2.14.1) (2024-12-19) + + +### Bug Fixes + +* update golang.org/x/net to v0.33.0 ([#391](https://github.com/googleapis/gax-go/issues/391)) ([547a5b4](https://github.com/googleapis/gax-go/commit/547a5b43aa6f376f71242da9f18e65fbdfb342f6)) + + +### Documentation + +* fix godoc to refer to the proper envvar ([#387](https://github.com/googleapis/gax-go/issues/387)) ([dc6baf7](https://github.com/googleapis/gax-go/commit/dc6baf75c1a737233739630b5af6c9759f08abcd)) + ## [2.14.0](https://github.com/googleapis/gax-go/compare/v2.13.0...v2.14.0) (2024-11-13) diff --git a/v2/internal/version.go b/v2/internal/version.go index 88288934..2b284a24 100644 --- a/v2/internal/version.go +++ b/v2/internal/version.go @@ -30,4 +30,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.14.0" +const Version = "2.14.1"