File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.5.1 "
2+ "." : " 1.5.2 "
33}
Original file line number Diff line number Diff line change 11# Release History
22
3+ ### 1.5.2 (2023-04-13)
4+
5+ #### Bug Fixes
6+
7+ * AWS IMDSV2 session token fetching shall call PUT method instead of GET ([ #429 ] ( https://github.com/googleapis/google-auth-library-ruby/issues/429 ) )
8+ * GCECredentials - Allow retrieval of ID token ([ #425 ] ( https://github.com/googleapis/google-auth-library-ruby/issues/425 ) )
9+
310### 1.5.1 (2023-04-10)
411
512#### Bug Fixes
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ module Google
1616 # Module Auth provides classes that provide Google-specific authorization
1717 # used to access Google APIs.
1818 module Auth
19- VERSION = "1.5.1 " . freeze
19+ VERSION = "1.5.2 " . freeze
2020 end
2121end
You can’t perform that action at this time.
0 commit comments