Bump version for 0.9.3 release
This commit is contained in:
parent
496d795e4c
commit
6c9feb04e0
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.2'
|
||||
VERSION = '0.9.3'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue