From af499e1634b1fd1c72eae8752b54a231a708bd42 Mon Sep 17 00:00:00 2001 From: Heng Xiong Date: Wed, 19 Jul 2017 12:48:51 -0700 Subject: [PATCH] Upgrade CHANGELOG.md for 0.5.2 release --- CHANGELOG.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5a636..81f2dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -6,14 +13,14 @@ * Fix ADC not working on some windows machines ([@vsubramani][]) [#55](https://github.com/google/google-auth-library-ruby/issues/55) -## 0.5.0 (12/10/2015) +## 0.5.0 (2015/10/12) ### Changes * Initial support for user credentials ([@sqrrrl][]) * Update Signet to 0.7 -## 0.4.2 (05/08/2015) +## 0.4.2 (2015/08/05) ### Changes @@ -34,20 +41,20 @@ * Enables passing credentials via environment variables. ([@haabaato][]) [#27](https://github.com/google/google-auth-library-ruby/issues/27) -## 0.4.1 (25/04/2015) +## 0.4.1 (2015/04/25) ### Changes * Improves handling of --no-scopes GCE authorization ([@tbetbetbe][]) * Refactoring and cleanup ([@joneslee85][]) -## 0.4.0 (25/03/2015) +## 0.4.0 (2015/03/25) ### Changes * Adds an implementation of JWT header auth ([@tbetbetbe][]) -## 0.3.0 (23/03/2015) +## 0.3.0 (2015/03/23) ### Changes