From a088c4ef4543a445361fb082451459ddfecdae22 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 04:19:31 +0000 Subject: [PATCH] chore(main): release auth 0.1.1 --- .release-please-manifest-individual.json | 2 +- auth/CHANGES.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 2d862d2851f3..cfba75277e7a 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,5 +1,5 @@ { - "auth": "0.1.0", + "auth": "0.1.1", "auth/oauth2adapt": "0.1.0", "bigquery": "1.59.1", "bigtable": "1.21.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index ee87a6da1c02..d06cb698b4b6 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.1.0...auth/v0.1.1) (2024-03-09) + + +### Bug Fixes + +* **auth/impersonate:** Properly send default detect params ([#9529](https://github.com/googleapis/google-cloud-go/issues/9529)) ([5b6b8be](https://github.com/googleapis/google-cloud-go/commit/5b6b8bef577f82707e51f5cc5d258d5bdf90218f)), refs [#9136](https://github.com/googleapis/google-cloud-go/issues/9136) +* **auth:** Update grpc-go to v1.56.3 ([343cea8](https://github.com/googleapis/google-cloud-go/commit/343cea8c43b1e31ae21ad50ad31d3b0b60143f8c)) +* **auth:** Update grpc-go to v1.59.0 ([81a97b0](https://github.com/googleapis/google-cloud-go/commit/81a97b06cb28b25432e4ece595c55a9857e960b7)) + ## 0.1.0 (2023-10-18)