From f567023521c80dc939b761444707efdfb16d5df2 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Mon, 15 Jun 2026 17:30:28 -0400 Subject: [PATCH] chore: create a release --- .librarian/state.yaml | 2 +- librarian.yaml | 2 +- packages/google-auth/CHANGELOG.md | 12 ++++++++++++ packages/google-auth/google/auth/version.py | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 55a6a3e77498..6eaaa6a34363 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -387,7 +387,7 @@ libraries: - packages/google-area120-tables/docs/ tag_format: '{id}-v{version}' - id: google-auth - version: 2.54.0 + version: 2.55.0 last_generated_commit: "" apis: [] source_roots: diff --git a/librarian.yaml b/librarian.yaml index 78f128c04026..31ab0598c18e 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -228,7 +228,7 @@ libraries: metadata_name_override: area120tables default_version: v1alpha1 - name: google-auth - version: 2.54.0 + version: 2.55.0 python: library_type: AUTH - name: google-auth-httplib2 diff --git a/packages/google-auth/CHANGELOG.md b/packages/google-auth/CHANGELOG.md index 034b15b2c197..15b23d0fab58 100644 --- a/packages/google-auth/CHANGELOG.md +++ b/packages/google-auth/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-auth/#history +## [2.55.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.54.0...google-auth-v2.55.0) (2026-06-15) + + +### Features + +* make RAB feature production ready (#17390) ([af193931e4e38c4b59751edb8e915ae3388b8524](https://github.com/googleapis/google-cloud-python/commit/af193931e4e38c4b59751edb8e915ae3388b8524)) + + +### Bug Fixes + +* run async background boundary refresh on detached session (#17441) ([56cbea8509c66889485b43f2d98d60210eae81bc](https://github.com/googleapis/google-cloud-python/commit/56cbea8509c66889485b43f2d98d60210eae81bc)) + ## [2.54.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.53.0...google-auth-v2.54.0) (2026-06-11) diff --git a/packages/google-auth/google/auth/version.py b/packages/google-auth/google/auth/version.py index 533fd28ff6c1..9df4d8eb58c6 100644 --- a/packages/google-auth/google/auth/version.py +++ b/packages/google-auth/google/auth/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.54.0" +__version__ = "2.55.0"