Skip to content

Commit

Permalink
chore(main): release auth 0.4.0 (#10100)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 7, 2024
1 parent d861a42 commit 729b06d
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aiplatform": "1.67.0",
"auth": "0.3.0",
"auth": "0.4.0",
"auth/oauth2adapt": "0.2.2",
"bigquery": "1.61.0",
"bigtable": "1.23.0",
Expand Down
12 changes: 12 additions & 0 deletions auth/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.3.0...auth/v0.4.0) (2024-05-07)


### Features

* **auth:** Enable client certificates by default ([#10102](https://github.com/googleapis/google-cloud-go/issues/10102)) ([9013e52](https://github.com/googleapis/google-cloud-go/commit/9013e5200a6ec0f178ed91acb255481ffb073a2c))


### Bug Fixes

* **auth:** Get s2a logic up to date ([#10093](https://github.com/googleapis/google-cloud-go/issues/10093)) ([4fe9ae4](https://github.com/googleapis/google-cloud-go/commit/4fe9ae4b7101af2a5221d6d6b2e77b479305bb06))

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


Expand Down

0 comments on commit 729b06d

Please sign in to comment.