Bump version
This commit is contained in:
parent
4e19ae601f
commit
d5ff570cda
|
@ -1,3 +1,8 @@
|
||||||
|
# 0.9.5
|
||||||
|
* Add youtube partner API
|
||||||
|
* Allow bypassing the use of rails logger via `GOOGLE_API_USE_RAILS_LOGGER` ENV variable
|
||||||
|
* Update generated APIs
|
||||||
|
|
||||||
# 0.9.4
|
# 0.9.4
|
||||||
* Add `service.fetch_all` helper for automatically retrieving paged results
|
* Add `service.fetch_all` helper for automatically retrieving paged results
|
||||||
* Add IAM v1 & Cloud Resource Manager v1 APIs
|
* Add IAM v1 & Cloud Resource Manager v1 APIs
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.9.4'
|
VERSION = '0.9.5'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue