diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e20d7e81..453ca4c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "1.5.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f3343b20..c8a49a87 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 18a42dc3..8cee41d3 100644 --- a/lib/googleauth/version.rb +++ b/lib/googleauth/version.rb @@ -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