Release v0.6.3

This commit is contained in:
TheRoyalTnetennba 2018-08-02 11:55:24 -07:00
parent d1ba5e95a7
commit 3dd6c0a6b5
2 changed files with 10 additions and 2 deletions

View File

@ -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) ## 0.6.1 (2017/10/18)
* Fix file permissions * Fix file permissions
@ -20,7 +28,7 @@
### Changes ### Changes
* Add retry mechanism when fetching access tokens in `GCECredentials` and `UserRefreshCredentials` classes. * 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) ## 0.5.1 (2016/01/06)

View File

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