diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ace7f2d..d7a08a1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.14.1 +* Retry on `Signet::AuthorizationError`. + # 0.14.0 * Breaking changes: * Deleted `toolresults_v1beta3firstparty` diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index bcf7c5747..061675917 100644 --- a/lib/google/apis/version.rb +++ b/lib/google/apis/version.rb @@ -15,7 +15,7 @@ module Google module Apis # Client library version - VERSION = '0.14.0' + VERSION = '0.14.1' # Current operating system # @private