Bump version

This commit is contained in:
Steve Bazyl 2016-09-19 14:44:28 -07:00
parent 0108c6539b
commit fd722a72b3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.9.14
* Fix error handling with downloads, no longer fails silently
* Prevent form-encoding query parameters for APIs that don't expect it
* Regenerate APIs
# 0.9.13
* Fix fetch_all to work correctly with the genomics API
* Add speech & language APIs, regenerate APIs

View File

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