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