Skip to content

Commit 6de8b4e

Browse files
chore: release google-apis-core 0.2.0 (#2216)
1 parent b56bfff commit 6de8b4e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

google-apis-core/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3-
### v0.1.0 (2021-01-01)
3+
### 0.2.0 (2021-01-06)
4+
5+
* Munge reported client version so backends can recognize split clients
6+
7+
### 0.1.0 (2021-01-01)
48

59
* Initial release, extracted from google-api-client.

google-apis-core/lib/google/apis/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module Core
1818
# Core version
19-
VERSION = "0.1.0".freeze
19+
VERSION = "0.2.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)