Update version and changelog
This commit is contained in:
parent
c3accecfc8
commit
5b483b07e7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue