Release google-auth-library-ruby 0.12.0 (#261)
* Support for ID token credentials. * Support reading quota_id_project from service account credentials.
This commit is contained in:
parent
c7f82f29f8
commit
9bcac01574
|
@ -1,3 +1,8 @@
|
||||||
|
### 0.12.0 / 2020-04-08
|
||||||
|
|
||||||
|
* Support for ID token credentials.
|
||||||
|
* Support reading quota_id_project from service account credentials.
|
||||||
|
|
||||||
### 0.11.0 / 2020-02-24
|
### 0.11.0 / 2020-02-24
|
||||||
|
|
||||||
* Support Faraday 1.x.
|
* Support Faraday 1.x.
|
||||||
|
|
|
@ -31,6 +31,6 @@ module Google
|
||||||
# Module Auth provides classes that provide Google-specific authorization
|
# Module Auth provides classes that provide Google-specific authorization
|
||||||
# used to access Google APIs.
|
# used to access Google APIs.
|
||||||
module Auth
|
module Auth
|
||||||
VERSION = "0.11.0".freeze
|
VERSION = "0.12.0".freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue