Bump version
This commit is contained in:
parent
4b959f1b83
commit
26d3e365c7
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.9.6
|
||||||
|
* Rewind output stream if server unable to honor range request when resuming a download
|
||||||
|
* Fix web sample
|
||||||
|
* Allow nil dates to be passed in request bodies
|
||||||
|
|
||||||
# 0.9.5
|
# 0.9.5
|
||||||
* Add youtube partner API
|
* Add youtube partner API
|
||||||
* Allow bypassing the use of rails logger via `GOOGLE_API_USE_RAILS_LOGGER` ENV variable
|
* Allow bypassing the use of rails logger via `GOOGLE_API_USE_RAILS_LOGGER` ENV variable
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.9.5'
|
VERSION = '0.9.6'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue