From 26d3e365c748b7189aad2bc77b74d7c919b0e5e0 Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Wed, 27 Apr 2016 10:22:47 -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 a8b7e8fdc..38dcc0fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.9.6 +* Rewind output stream if server unable to honor range request when resuming a download +* Fix web sample +* Allow nil dates to be passed in request bodies + # 0.9.5 * Add youtube partner API * Allow bypassing the use of rails logger via `GOOGLE_API_USE_RAILS_LOGGER` ENV variable diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index 8b2f85c87..e6ff40d7a 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.5' + VERSION = '0.9.6' # Current operating system # @private