Bump version

This commit is contained in:
Steve Bazyl 2016-06-24 10:04:05 -07:00
parent d8286f642c
commit b4842fc28b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 0.9.10
* Add datastore v1beta3, regenerate APIs
* Reduce memory footprint used by mimetypes library
* Fix bug with pagination when items collection is nil
# 0.9.9
* Add monitoring v3, regenerate APIs
* Add samples for sheets, bigquery

View File

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