chore: release google-api-client 0.53.0 (#2409)

This commit is contained in:
yoshi-code-bot 2021-01-18 10:15:50 -08:00 committed by GitHub
parent 3cea06def5
commit 9b4b3297cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Release History # Release History
## [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)
** google-api-client is now deprecated **
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.
## [0.52.0](https://www.github.com/googleapis/google-api-ruby-client/compare/v0.51.0...v0.52.0) (2020-12-14) ## [0.52.0](https://www.github.com/googleapis/google-api-ruby-client/compare/v0.51.0...v0.52.0) (2020-12-14)

View File

@ -17,6 +17,6 @@ require 'open3'
module Google module Google
module Apis module Apis
# Client library version # Client library version
VERSION = "0.52.0".freeze VERSION = "0.53.0".freeze
end end
end end