diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f670c37..a83fa7e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.11.1 +* Remove stray debug output + # 0.11.0 * *Breaking change* - Fix handling of large numbers during code generation. Previously the uint64/int64 formats were passed through as strings. They are now coerced to/from Fixnum/Bignum types. diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index c289c5ec8..9caf31f62 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.11.0' + VERSION = '0.11.1' # Current operating system # @private