From acd3e2de2b293acc57863b89949b134a48dd10ed Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:08:31 -0500 Subject: [PATCH] chore(main): release auth 0.2.1 (#9802) --- .release-please-manifest-individual.json | 2 +- auth/CHANGES.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 93a3ede8b46..8268356d008 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,6 +1,6 @@ { "aiplatform": "1.67.0", - "auth": "0.2.0", + "auth": "0.2.1", "auth/oauth2adapt": "0.2.0", "bigquery": "1.60.0", "bigtable": "1.22.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index e573e0f9376..def5047df36 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.2.0...auth/v0.2.1) (2024-04-18) + + +### Bug Fixes + +* **auth:** Default gRPC token type to Bearer if not set ([#9800](https://github.com/googleapis/google-cloud-go/issues/9800)) ([5284066](https://github.com/googleapis/google-cloud-go/commit/5284066670b6fe65d79089cfe0199c9660f87fc7)) + ## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.1.1...auth/v0.2.0) (2024-04-15) ### Breaking Changes