Bump version

This commit is contained in:
Steven Bazyl 2015-07-24 22:48:01 -07:00
parent 3a55309671
commit 6c3089bdf5
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -15,7 +15,7 @@
module Google
module Apis
# Client library version
VERSION = '0.9.pre1'
VERSION = '0.9.pre2'
# Current operating system
# @private