diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 2138625843b6..349f7a9afe3d 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,7 +1,7 @@ { "ai": "0.8.2", "aiplatform": "1.68.0", - "auth": "0.9.8", + "auth": "0.9.9", "auth/oauth2adapt": "0.2.4", "bigquery": "1.63.1", "bigtable": "1.33.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index c81df7392784..5b6a2a5bea72 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.9](https://github.com/googleapis/google-cloud-go/compare/auth/v0.9.8...auth/v0.9.9) (2024-10-22) + + +### Bug Fixes + +* **auth:** Fallback cert lookups for missing files ([#11013](https://github.com/googleapis/google-cloud-go/issues/11013)) ([bd76695](https://github.com/googleapis/google-cloud-go/commit/bd766957ec238b7c40ddbabb369e612dc9b07313)), refs [#10844](https://github.com/googleapis/google-cloud-go/issues/10844) +* **auth:** Replace MDS endpoint universe_domain with universe-domain ([#11000](https://github.com/googleapis/google-cloud-go/issues/11000)) ([6a1586f](https://github.com/googleapis/google-cloud-go/commit/6a1586f2ce9974684affaea84e7b629313b4d114)) + ## [0.9.8](https://github.com/googleapis/google-cloud-go/compare/auth/v0.9.7...auth/v0.9.8) (2024-10-09)