diff --git a/CHANGELOG.md b/CHANGELOG.md index dab4743cc..8797c6306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.19.1 +* Backwards compatible changes: + * Updated `bigquery_v2` + # 0.19.0 * Breaking changes: * Deleted `consumersurveys_v2` diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index 7ce6f2122..9cf4eb555 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.19.0' + VERSION = '0.19.1' # Current operating system # @private