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
|
# 0.9.13
|
||||||
* Fix fetch_all to work correctly with the genomics API
|
* Fix fetch_all to work correctly with the genomics API
|
||||||
* Add speech & language APIs, regenerate APIs
|
* Add speech & language APIs, regenerate APIs
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.9.13'
|
VERSION = '0.9.14'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue