From f6c9aa665f0b3f9fc5e7d7ad5926d4d3103bc6a7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 06:24:05 +0000 Subject: [PATCH] chore(main): release auth 0.1.1 --- .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 4aab0591cd5b..a55380a451ba 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.57.1", "bigtable": "1.20.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index ee87a6da1c02..a9d34505c19c 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.1.0...auth/v0.1.1) (2023-11-02) + + +### Bug Fixes + +* **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)