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)
|
## 0.5.0 (12/10/2015)
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -52,3 +58,4 @@
|
||||||
[@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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue