Bump version

This commit is contained in:
Steve Bazyl 2016-04-27 10:22:47 -07:00
parent 4b959f1b83
commit 26d3e365c7
2 changed files with 6 additions and 1 deletions

View File

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

View File

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