chore: release google-apis-core 0.2.0 (#2216)
This commit is contained in:
parent
b56bfff57d
commit
6de8b4ee65
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue