File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "google-apis-core" : " 0.13 .0" ,
2+ "google-apis-core" : " 0.14 .0" ,
33 "google-apis-core+FILLER" : " 0.0.0" ,
44 "google-apis-generator" : " 0.13.1" ,
55 "google-apis-generator+FILLER" : " 0.0.0"
Original file line number Diff line number Diff line change 11# Release History
22
3+ ### 0.14.0 (2024-02-23)
4+
5+ #### Features
6+
7+ * Update minimum Ruby version to 2.7 ([ #17896 ] ( https://github.com/googleapis/google-api-ruby-client/issues/17896 ) )
8+ #### Bug Fixes
9+
10+ * allow BaseService#root_url to be an Addressable::URI ([ #17895 ] ( https://github.com/googleapis/google-api-ruby-client/issues/17895 ) )
11+
312### 0.13.0 (2024-01-26)
413
514#### Features
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module Google
1616 module Apis
1717 module Core
1818 # Core version
19- VERSION = "0.13 .0" . freeze
19+ VERSION = "0.14 .0" . freeze
2020 end
2121 end
2222end
You can’t perform that action at this time.
0 commit comments