From 7730729cd7da946057f662cccf97516edddb9455 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:44:48 +0000 Subject: [PATCH] chore(main): release auth 0.13.1 --- .release-please-manifest-individual.json | 2 +- auth/CHANGES.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 0c4dc6cb5d91..829363544dfa 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,5 +1,5 @@ { - "auth": "0.13.0", + "auth": "0.13.1", "auth/oauth2adapt": "0.2.6", "bigquery": "1.65.0", "bigtable": "1.33.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index 39a47c85eb23..bd9f40123e0b 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.13.0...auth/v0.13.1) (2024-12-19) + + +### Bug Fixes + +* **auth/oauth2adapt:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9)) +* **auth:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9)) + ## [0.13.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.12.1...auth/v0.13.0) (2024-12-13)