From 6c3089bdf52c137cf9f9c26aa6297674d775d11d Mon Sep 17 00:00:00 2001 From: Steven Bazyl Date: Fri, 24 Jul 2015 22:48:01 -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 8510bf688..6db37b63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.9.0.pre2 +* Add raw HTTP status code & body to errors +* Allow signet options to be passed in InstalledAppFlow.authorize +* Update DateTime serialization to include milliseconds + # 0.9.0.pre1 * WARNING: Please see [MIGRATING](MIGRATING.md) for important information. * API classes are now generated ahead of time instead of at runtime. diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index ae921bee7..ce34e4c8c 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.pre1' + VERSION = '0.9.pre2' # Current operating system # @private