diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e176460..9b38314f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.21.1 +* Backwards compatible changes: + * Updated `analytics_v3` + * Updated `compute_alpha` + * Updated `compute_beta` + * Updated `compute_v1` + * Updated `sourcerepo_v1` + # 0.21.0 * Breaking changes: * Deleted `prediction_v1_2` diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index 445408516..25c0b8cfa 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.21.0' + VERSION = '0.21.1' # Current operating system # @private