diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf9f50..988be6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * Support Faraday 1.x. diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 93a1da6..b8d74a4 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.11.0".freeze + VERSION = "0.12.0".freeze end end