commit | b85da5bb7d6d6da60ff611221d3c4719eadb478a | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed Mar 03 18:14:04 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Mar 04 01:14:04 2021 +0000 |
tree | d3bb10a529c5190d268765e96d6a9cf6fa53b14d | |
parent | a9c7ddc5012ca75d4c7db5c3336e96f7cc3e0f6a [diff] |
docs: add a link to the migration guide in the changelog (#1213)
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a657b..204bb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -5,7 +5,9 @@ ### ⚠ BREAKING CHANGES -* **deps:** require 3.6+ (#961) +The 2.0 release of `google-api-python-client` is a significant upgrade compared to v1. Please see the [Migration Guide](UPGRADING.md) for more information. + +* **deps:** require 3.6+. (#961) ### Features