Merge pull request #58 from murgatroid99/header_name_change_version_update

Update version and changelog for 0.5.1
This commit is contained in:
Tim Emiola 2016-01-06 11:16:37 -08:00
commit e3b4c420af
2 changed files with 11 additions and 1 deletions

View File

@ -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) ## 0.5.0 (12/10/2015)
### Changes ### Changes
@ -52,3 +60,5 @@
[@joneslee85]: https://github.com/joneslee85 [@joneslee85]: https://github.com/joneslee85
[@mr-salty]: https://github.com/mr-salty [@mr-salty]: https://github.com/mr-salty
[@tbetbetbe]: https://github.com/tbetbetbe [@tbetbetbe]: https://github.com/tbetbetbe
[@murgatroid99]: https://github.com/murgatroid99
[@vsubramani]: https://github.com/vsubramani

View File

@ -31,6 +31,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization # Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs. # used to access Google APIs.
module Auth module Auth
VERSION = '0.5.0' VERSION = '0.5.1'
end end
end end