From 5b483b07e7e2b857d5ae1f60072d5739f637b82e Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 6 Jan 2016 10:54:27 -0800 Subject: [PATCH] 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