diff --git a/google-apis-core/CHANGELOG.md b/google-apis-core/CHANGELOG.md index d614df00d..58f98b45c 100644 --- a/google-apis-core/CHANGELOG.md +++ b/google-apis-core/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History -### v0.1.0 (2021-01-01) +### 0.2.0 (2021-01-06) + +* Munge reported client version so backends can recognize split clients + +### 0.1.0 (2021-01-01) * Initial release, extracted from google-api-client. diff --git a/google-apis-core/lib/google/apis/core/version.rb b/google-apis-core/lib/google/apis/core/version.rb index ec220c796..df58ea1b8 100644 --- a/google-apis-core/lib/google/apis/core/version.rb +++ b/google-apis-core/lib/google/apis/core/version.rb @@ -16,7 +16,7 @@ module Google module Apis module Core # Core version - VERSION = "0.1.0".freeze + VERSION = "0.2.0".freeze end end end