Skip to content

Commit

Permalink
chore(main): release auth 0.3.0 (#10027)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 23, 2024
1 parent f220b24 commit bfb35e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
@@ -1,6 +1,6 @@
{
"aiplatform": "1.67.0",
"auth": "0.2.2",
"auth": "0.3.0",
"auth/oauth2adapt": "0.2.2",
"bigquery": "1.60.0",
"bigtable": "1.22.0",
Expand Down
12 changes: 12 additions & 0 deletions auth/CHANGES.md
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.2.2...auth/v0.3.0) (2024-04-23)


### Features

* **auth/httptransport:** Add ability to customize transport ([#10023](https://github.com/googleapis/google-cloud-go/issues/10023)) ([72c7f6b](https://github.com/googleapis/google-cloud-go/commit/72c7f6bbec3136cc7a62788fc7186bc33ef6c3b3)), refs [#9812](https://github.com/googleapis/google-cloud-go/issues/9812) [#9814](https://github.com/googleapis/google-cloud-go/issues/9814)


### Bug Fixes

* **auth/credentials:** Error on bad file name if explicitly set ([#10018](https://github.com/googleapis/google-cloud-go/issues/10018)) ([55beaa9](https://github.com/googleapis/google-cloud-go/commit/55beaa993aaf052d8be39766afc6777c3c2a0bdd)), refs [#9809](https://github.com/googleapis/google-cloud-go/issues/9809)

## [0.2.2](https://github.com/googleapis/google-cloud-go/compare/auth/v0.2.1...auth/v0.2.2) (2024-04-19)


Expand Down

0 comments on commit bfb35e9

Please sign in to comment.