From 41f033361410e86f2228ab91a5619b69413e236d Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Mon, 24 Feb 2020 15:18:29 -0800 Subject: [PATCH] Release google-auth-library-ruby 0.11.0 --- CHANGELOG.md | 5 +++++ lib/googleauth/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a0059..5bf9f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index def1a08..93a1da6 100644 --- a/lib/googleauth/version.rb +++ b/lib/googleauth/version.rb @@ -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