From 6de8b4ee653db67c0e789203767a89b32fcf8a51 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:02:29 -0800 Subject: [PATCH] chore: release google-apis-core 0.2.0 (#2216) --- google-apis-core/CHANGELOG.md | 6 +++++- google-apis-core/lib/google/apis/core/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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