diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index e5b0e41dafe3..97c685048309 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.56.0", "bigtable": "1.20.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index ee87a6da1c02..7471219de97b 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.1.0...auth/v0.1.1) (2023-10-25) + + +### Bug Fixes + +* **auth:** Update grpc-go to v1.56.3 ([343cea8](https://github.com/googleapis/google-cloud-go/commit/343cea8c43b1e31ae21ad50ad31d3b0b60143f8c)) + ## 0.1.0 (2023-10-18)