Skip to content

Commit

Permalink
chore(main): release auth 0.2.2 (#10001)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 19, 2024
1 parent 14e3956 commit ac9a06c
Show file tree
Hide file tree
Showing 2 changed files with 9 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.1",
"auth": "0.2.2",
"auth/oauth2adapt": "0.2.1",
"bigquery": "1.60.0",
"bigtable": "1.22.0",
Expand Down
8 changes: 8 additions & 0 deletions auth/CHANGES.md
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **auth:** Add internal opt to skip validation on transports ([#9999](https://github.com/googleapis/google-cloud-go/issues/9999)) ([9e20ef8](https://github.com/googleapis/google-cloud-go/commit/9e20ef89f6287d6bd03b8697d5898dc43b4a77cf)), refs [#9823](https://github.com/googleapis/google-cloud-go/issues/9823)
* **auth:** Set secure flag for gRPC conn pools ([#10002](https://github.com/googleapis/google-cloud-go/issues/10002)) ([14e3956](https://github.com/googleapis/google-cloud-go/commit/14e3956dfd736399731b5ee8d9b178ae085cf7ba)), refs [#9833](https://github.com/googleapis/google-cloud-go/issues/9833)

## [0.2.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.2.0...auth/v0.2.1) (2024-04-18)


Expand Down

0 comments on commit ac9a06c

Please sign in to comment.