From fd722a72b371c924ed4b1c9559fd1d6817a81e5c Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Mon, 19 Sep 2016 14:44:28 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ lib/google/apis/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99162b2e4..838173917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.9.14 +* Fix error handling with downloads, no longer fails silently +* Prevent form-encoding query parameters for APIs that don't expect it +* Regenerate APIs + # 0.9.13 * Fix fetch_all to work correctly with the genomics API * Add speech & language APIs, regenerate APIs diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index f1df88201..4695180fd 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.13' + VERSION = '0.9.14' # Current operating system # @private