Upgrade CHANGELOG.md for 0.5.2 release

This commit is contained in:
Heng Xiong 2017-07-19 12:48:51 -07:00
parent 0dab02dbaa
commit af499e1634
1 changed files with 13 additions and 6 deletions

View File

@ -1,4 +1,11 @@
## 0.5.1 (06/01/2016) ## 0.5.2 (2017/07/19)
### Changes
* Add retry mechanism when fetching access tokens in `GCECredentials` and `UserRefreshCredentials` classes.
* Update Google API OAuth2 token credential URI to v4.
## 0.5.1 (2016/01/06)
### Changes ### Changes
@ -6,14 +13,14 @@
* Fix ADC not working on some windows machines ([@vsubramani][]) * Fix ADC not working on some windows machines ([@vsubramani][])
[#55](https://github.com/google/google-auth-library-ruby/issues/55) [#55](https://github.com/google/google-auth-library-ruby/issues/55)
## 0.5.0 (12/10/2015) ## 0.5.0 (2015/10/12)
### Changes ### Changes
* Initial support for user credentials ([@sqrrrl][]) * Initial support for user credentials ([@sqrrrl][])
* Update Signet to 0.7 * Update Signet to 0.7
## 0.4.2 (05/08/2015) ## 0.4.2 (2015/08/05)
### Changes ### Changes
@ -34,20 +41,20 @@
* Enables passing credentials via environment variables. ([@haabaato][]) * Enables passing credentials via environment variables. ([@haabaato][])
[#27](https://github.com/google/google-auth-library-ruby/issues/27) [#27](https://github.com/google/google-auth-library-ruby/issues/27)
## 0.4.1 (25/04/2015) ## 0.4.1 (2015/04/25)
### Changes ### Changes
* Improves handling of --no-scopes GCE authorization ([@tbetbetbe][]) * Improves handling of --no-scopes GCE authorization ([@tbetbetbe][])
* Refactoring and cleanup ([@joneslee85][]) * Refactoring and cleanup ([@joneslee85][])
## 0.4.0 (25/03/2015) ## 0.4.0 (2015/03/25)
### Changes ### Changes
* Adds an implementation of JWT header auth ([@tbetbetbe][]) * Adds an implementation of JWT header auth ([@tbetbetbe][])
## 0.3.0 (23/03/2015) ## 0.3.0 (2015/03/23)
### Changes ### Changes