From 3dd6c0a6b5c51a97532458496bdfcfb809b40f4a Mon Sep 17 00:00:00 2001 From: TheRoyalTnetennba Date: Thu, 2 Aug 2018 11:55:24 -0700 Subject: [PATCH] Release v0.6.3 --- CHANGELOG.md | 10 +++++++++- lib/googleauth/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7777e..4a17db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.6.3 (2018/08/02) + +* Resolve issue where token_store was being written to twice + +## 0.6.2 (2018/08/01) + +* Add warning when using cloud sdk credentials + ## 0.6.1 (2017/10/18) * Fix file permissions @@ -20,7 +28,7 @@ ### Changes * Add retry mechanism when fetching access tokens in `GCECredentials` and `UserRefreshCredentials` classes. -* Update Google API OAuth2 token credential URI to v4. +* Update Google API OAuth2 token credential URI to v4.bund ## 0.5.1 (2016/01/06) diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index e067fa4..10cb52f 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.6.2'.freeze + VERSION = '0.6.3'.freeze end end