0.13.4
This commit is contained in:
parent
4483aec77e
commit
d62c7145a2
|
@ -1,3 +1,12 @@
|
||||||
|
# 0.13.4
|
||||||
|
* Backwards compatible changes:
|
||||||
|
* Updated `compute_alpha`
|
||||||
|
* Updated `content_v2`
|
||||||
|
* Updated `drive_v2`
|
||||||
|
* Updated `drive_v3`
|
||||||
|
* Updated `identitytoolkit_v3`
|
||||||
|
* Updated `youtube_partner_v1`
|
||||||
|
|
||||||
# 0.13.3
|
# 0.13.3
|
||||||
* Backwards compatible changes:
|
* Backwards compatible changes:
|
||||||
* Added `adexchangebuyer_v1_2`
|
* Added `adexchangebuyer_v1_2`
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.13.3'
|
VERSION = '0.13.4'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue