diff --git a/CHANGELOG.md b/CHANGELOG.md index e52da426f..a360e2662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.12 +* Regenerated APIs + + # 0.9.11 * Add DFA Reporting 2.5, regenerate APIs diff --git a/lib/google/apis/generator/annotator.rb b/lib/google/apis/generator/annotator.rb index 80b3716da..4ee4a544b 100644 --- a/lib/google/apis/generator/annotator.rb +++ b/lib/google/apis/generator/annotator.rb @@ -34,9 +34,7 @@ module Google # where algorithmic approaches produce poor APIs. class Names ActiveSupport::Inflector.inflections do |inflections| - puts "Customizing inflections..." u = inflections.uncountable('send_as', 'as') - puts u end include Google::Apis::Core::Logging diff --git a/lib/google/apis/version.rb b/lib/google/apis/version.rb index 502ec70c6..94eef67a5 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.9.11' + VERSION = '0.9.12' # Current operating system # @private