Bump version

This commit is contained in:
Steve Bazyl 2016-02-10 14:02:08 -08:00
parent a68c43da9c
commit 9e6c912fcd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.9.2
* Allow nil values to be used in `new` and `update!` for generated classes
* Update generated APIs
# 0.9.1
* Add missing require for 'tempfile'
* Update generated APIs

View File

@ -15,7 +15,7 @@
module Google
module Apis
# Client library version
VERSION = '0.9.1'
VERSION = '0.9.2'
# Current operating system
# @private