From dcdf7cddbfe065d2c68b2442d362f987bad5b377 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Thu, 18 Jun 2020 07:30:28 -0700 Subject: [PATCH] Release google-auth-library-ruby 0.13.0 (#267) * Support for validating ID tokens. * Fixed header application of ID tokens from service accounts. --- CHANGELOG.md | 5 +++++ lib/googleauth/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 988be6f..d96f347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index b8d74a4..515c4df 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.12.0".freeze + VERSION = "0.13.0".freeze end end