From db3c6d18cf40b8575904730adeec364fd7ade806 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:43:04 -0500 Subject: [PATCH] chore(main): release auth 0.6.1 (#10455) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .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 63c075e8beca..b1ec58da9577 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,7 +1,7 @@ { "ai": "0.8.0", "aiplatform": "1.68.0", - "auth": "0.6.0", + "auth": "0.6.1", "auth/oauth2adapt": "0.2.2", "bigquery": "1.61.0", "bigtable": "1.25.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index 797589934432..8a8228f5642f 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.6.0...auth/v0.6.1) (2024-07-01) + + +### Bug Fixes + +* **auth:** Support gRPC API keys ([#10460](https://github.com/googleapis/google-cloud-go/issues/10460)) ([daa6646](https://github.com/googleapis/google-cloud-go/commit/daa6646d2af5d7fb5b30489f4934c7db89868c7c)) +* **auth:** Update http and grpc transports to support token exchange over mTLS ([#10397](https://github.com/googleapis/google-cloud-go/issues/10397)) ([c6dfdcf](https://github.com/googleapis/google-cloud-go/commit/c6dfdcf893c3f971eba15026c12db0a960ae81f2)) + ## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.5.2...auth/v0.6.0) (2024-06-25)