Release google-auth-library-ruby 0.13.0 (#267)
* Support for validating ID tokens. * Fixed header application of ID tokens from service accounts.
This commit is contained in:
parent
4df620978c
commit
dcdf7cddbf
|
@ -1,3 +1,8 @@
|
|||
### 0.13.0 / 2020-06-17
|
||||
|
||||
* Support for validating ID tokens.
|
||||
* Fixed header application of ID tokens from service accounts.
|
||||
|
||||
### 0.12.0 / 2020-04-08
|
||||
|
||||
* Support for ID token credentials.
|
||||
|
|
|
@ -31,6 +31,6 @@ module Google
|
|||
# Module Auth provides classes that provide Google-specific authorization
|
||||
# used to access Google APIs.
|
||||
module Auth
|
||||
VERSION = "0.12.0".freeze
|
||||
VERSION = "0.13.0".freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue