Skip to content

Commit

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

## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/auth/oauth2adapt/v0.1.0...auth/oauth2adapt/v0.2.0) (2024-04-16)


### Features

* **auth/oauth2adapt:** Add helpers for working with credentials types ([#9694](https://github.com/googleapis/google-cloud-go/issues/9694)) ([cf33b55](https://github.com/googleapis/google-cloud-go/commit/cf33b5514423a2ac5c2a323a1cd99aac34fd4233))


### Bug Fixes

* **auth/oauth2adapt:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a))

## 0.1.0 (2023-10-19)


Expand All @@ -12,4 +24,3 @@
### Bug Fixes

* **auth/oauth2adapt:** Update golang.org/x/net to v0.17.0 ([174da47](https://github.com/googleapis/google-cloud-go/commit/174da47254fefb12921bbfc65b7829a453af6f5d))

0 comments on commit c0340b1

Please sign in to comment.