From 5b483b07e7e2b857d5ae1f60072d5739f637b82e Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 6 Jan 2016 10:54:27 -0800 Subject: [PATCH 1/3] Update version and changelog --- CHANGELOG.md | 7 +++++++ lib/googleauth/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa4a13..bbb4534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 (06/01/2016) + +### Changes + +* Change header name emitted by `Client#apply` from "Authorization" to "authorization" ([@murgatroid99][]) + ## 0.5.0 (12/10/2015) ### Changes @@ -52,3 +58,4 @@ [@joneslee85]: https://github.com/joneslee85 [@mr-salty]: https://github.com/mr-salty [@tbetbetbe]: https://github.com/tbetbetbe +[@murgatroid99]: https://github.com/murgatroid99 diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 84408ae..a953c2e 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.5.0' + VERSION = '0.5.1' end end From 3d3aae31e0f1d26a44dbe7a7bc5210ee9e13e41e Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 6 Jan 2016 11:03:49 -0800 Subject: [PATCH 2/3] Include other recent change in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb4534..8be3764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ### Changes * Change header name emitted by `Client#apply` from "Authorization" to "authorization" ([@murgatroid99][]) +* 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) @@ -59,3 +61,4 @@ [@mr-salty]: https://github.com/mr-salty [@tbetbetbe]: https://github.com/tbetbetbe [@murgatroid99]: https://github.com/murgatroid99 +[@vsubramani]: https://github.com/vsubramani From 7eca23785d4dca908e5a3caefdb458538312d363 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 6 Jan 2016 11:04:34 -0800 Subject: [PATCH 3/3] Fixed markdown syntax --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be3764..7c5a636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Change header name emitted by `Client#apply` from "Authorization" to "authorization" ([@murgatroid99][]) * 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)