diff --git a/v2/.release-please-manifest.json b/v2/.release-please-manifest.json index 846e3ece8..2fcff6e27 100644 --- a/v2/.release-please-manifest.json +++ b/v2/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "v2": "2.14.2" + "v2": "2.15.0" } diff --git a/v2/CHANGES.md b/v2/CHANGES.md index a7fe145a4..fec6b1da9 100644 --- a/v2/CHANGES.md +++ b/v2/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.0](https://github.com/googleapis/gax-go/compare/v2.14.2...v2.15.0) (2025-07-09) + + +### Features + +* **apierror:** improve gRPC status code mapping for HTTP errors ([#431](https://github.com/googleapis/gax-go/issues/431)) ([c207f2a](https://github.com/googleapis/gax-go/commit/c207f2a19ab91d3baee458b57d4aa992519025c7)) + ## [2.14.2](https://github.com/googleapis/gax-go/compare/v2.14.1...v2.14.2) (2025-05-12) diff --git a/v2/internal/version.go b/v2/internal/version.go index e272d4d72..0ab1bce59 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.2" +const Version = "2.15.0"