diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa4a13..7c5a636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.5.1 (06/01/2016) + +### 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) ### Changes @@ -52,3 +60,5 @@ [@joneslee85]: https://github.com/joneslee85 [@mr-salty]: https://github.com/mr-salty [@tbetbetbe]: https://github.com/tbetbetbe +[@murgatroid99]: https://github.com/murgatroid99 +[@vsubramani]: https://github.com/vsubramani 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