Release google-auth-library-ruby 0.11.0

This commit is contained in:
Daniel Azuma 2020-02-24 15:18:29 -08:00 committed by GitHub
parent de8e9e42af
commit 41f0333614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
### 0.11.0 / 2020-02-24
* Support Faraday 1.x.
* Allow special "postmessage" value for redirect_uri.
### 0.10.0 / 2019-10-09
Note: This release now requires Ruby 2.4 or later

View File

@ -31,6 +31,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs.
module Auth
VERSION = "0.10.0".freeze
VERSION = "0.11.0".freeze
end
end