From 6c9feb04e0b255b9a60cde207238aa3a7feec6d2 Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Fri, 26 Feb 2016 08:37:45 -0800 Subject: [PATCH] Bump version for 0.9.3 release --- CHANGELOG.md | 9 +++++++++ lib/google/apis/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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