chore: release google-apis-core 0.2.0 (#2216)

This commit is contained in:
yoshi-code-bot 2021-01-06 17:02:29 -08:00 committed by GitHub
parent b56bfff57d
commit 6de8b4ee65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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