diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 57839ae6ad59..61c8a6eff087 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.51.0 + version: 2.52.0 last_generated_commit: "" apis: [] source_roots: diff --git a/librarian.yaml b/librarian.yaml index 8f98c5a71c3d..3edd0d656e62 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -224,7 +224,7 @@ libraries: metadata_name_override: area120tables default_version: v1alpha1 - name: google-auth - version: 2.51.0 + version: 2.52.0 python: library_type: AUTH - name: google-auth-httplib2 diff --git a/packages/google-auth/CHANGELOG.md b/packages/google-auth/CHANGELOG.md index fcf871293d4e..cc53b5a8a08d 100644 --- a/packages/google-auth/CHANGELOG.md +++ b/packages/google-auth/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://pypi.org/project/google-auth/#history +## [2.52.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.51.0...google-auth-v2.52.0) (2026-05-07) + + +### Features + +* make _CLOUD_RESOURCE_MANAGER URL universe-domain-aware (#16546) ([e938028bf17026cf0157fc7e8ce600fd96ca0955](https://github.com/googleapis/google-cloud-python/commit/e938028bf17026cf0157fc7e8ce600fd96ca0955)) +* implement in-place Regional Access Boundary configuration and add public RAB getters (#16987) ([df07fceb9e61f76e70a0954c3d59a52fbb31688d](https://github.com/googleapis/google-cloud-python/commit/df07fceb9e61f76e70a0954c3d59a52fbb31688d)) + ## [2.51.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.50.0...google-auth-v2.51.0) (2026-05-06) diff --git a/packages/google-auth/google/auth/version.py b/packages/google-auth/google/auth/version.py index 37534e72e230..0213a1aafb87 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.51.0" +__version__ = "2.52.0"