Bump version
This commit is contained in:
parent
0108c6539b
commit
fd722a72b3
|
@ -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
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
module Google
|
||||
module Apis
|
||||
# Client library version
|
||||
VERSION = '0.9.13'
|
||||
VERSION = '0.9.14'
|
||||
|
||||
# Current operating system
|
||||
# @private
|
||||
|
|
Loading…
Reference in New Issue