Skip to content

Commit

Permalink
chore(main): release googleauth 1.5.2 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Apr 14, 2023
1 parent b4dfeb3 commit e3a16cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.5.1"
".": "1.5.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Release History

### 1.5.2 (2023-04-13)

#### Bug Fixes

* AWS IMDSV2 session token fetching shall call PUT method instead of GET ([#429](https://github.com/googleapis/google-auth-library-ruby/issues/429))
* GCECredentials - Allow retrieval of ID token ([#425](https://github.com/googleapis/google-auth-library-ruby/issues/425))

### 1.5.1 (2023-04-10)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
Expand Up @@ -16,6 +16,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs.
module Auth
VERSION = "1.5.1".freeze
VERSION = "1.5.2".freeze
end
end

0 comments on commit e3a16cc

Please sign in to comment.