Bump version for 0.9.3 release

This commit is contained in:
Steve Bazyl 2016-02-26 08:37:45 -08:00
parent 496d795e4c
commit 6c9feb04e0
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 0.9.3
* Drop ActiveSupport an MultiJson as dependencies. Active support is still included in the Gemfile
and is needed to run the code generator.
* Allow falsey values in hash representations of objects
* Added `from_json` and `to_json` helpers to model classes
* Correctly propagate `open_timeout` in options
* Add the Cloud Vision API
* Update generated APIs
# 0.9.2
* Allow nil values to be used in `new` and `update!` for generated classes
* Update generated APIs

View File

@ -15,7 +15,7 @@
module Google
module Apis
# Client library version
VERSION = '0.9.2'
VERSION = '0.9.3'
# Current operating system
# @private