Skip to content

Commit 9b4b329

Browse files
authoredJan 18, 2021
chore: release google-api-client 0.53.0 (googleapis#2409)

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎google-api-client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## [0.53.0](https://www.github.com/googleapis/google-api-ruby-client/compare/google-api-client/v0.52.0...v0.53.0) (2021-01-18)
4+
5+
** google-api-client is now deprecated **
6+
7+
This gem includes API client classes for >300 Google APIs (updated as of December 2020). At the end of 2020, it was split into separate gems for each API. Instead of google-api-client, please install the separate gem corresponding to the specific service to be used. For example, to use the Google Drive V3 client, install `google-apis-drive_v3`. For more information, please see the [FAQ](https://github.com/googleapis/google-api-ruby-client/blob/master/google-api-client/OVERVIEW.md). The google-api-client gem will no longer be updated from this point.
8+
39
## [0.52.0](https://www.github.com/googleapis/google-api-ruby-client/compare/v0.51.0...v0.52.0) (2020-12-14)
410

511

‎google-api-client/lib/google/apis/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
module Google
1818
module Apis
1919
# Client library version
20-
VERSION = "0.52.0".freeze
20+
VERSION = "0.53.0".freeze
2121
end
2222
end

0 commit comments

Comments
 (0)
Please sign in to comment.