From b85da5bb7d6d6da60ff611221d3c4719eadb478a Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 3 Mar 2021 18:14:04 -0700 Subject: [PATCH] docs: add a link to the migration guide in the changelog (#1213) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a657b71da..204bb40a025 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