Release 0.14.1
This commit is contained in:
parent
2a4efbf3b9
commit
61857c16bb
|
@ -1,3 +1,6 @@
|
||||||
|
# 0.14.1
|
||||||
|
* Retry on `Signet::AuthorizationError`.
|
||||||
|
|
||||||
# 0.14.0
|
# 0.14.0
|
||||||
* Breaking changes:
|
* Breaking changes:
|
||||||
* Deleted `toolresults_v1beta3firstparty`
|
* Deleted `toolresults_v1beta3firstparty`
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.14.0'
|
VERSION = '0.14.1'
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue