diff --git a/CHANGELOG.md b/CHANGELOG.md index f955ec9ac..41f7a87a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index 20d61d886..3d77214d4 100644 --- a/lib/google/apis/version.rb +++ b/lib/google/apis/version.rb @@ -15,7 +15,7 @@ module Google module Apis # Client library version - VERSION = '0.9.2' + VERSION = '0.9.3' # Current operating system # @private