Update version and changelog

This commit is contained in:
murgatroid99 2016-01-06 10:54:27 -08:00
parent c3accecfc8
commit 5b483b07e7
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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