From 1a9cceb2494d3ff4c5884fd564698c2f3217b771 Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Mon, 21 Sep 2020 17:38:12 +0200 Subject: [PATCH 1/2] chore: release v2.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8125e1b9..74ebf5ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ [1]: https://pypi.org/project/google-cloud-bigquery-datatransfer/#history +## 2.0.0 + +09-21-2020 08:36 PDT + + +### Implementation Changes + +- Transition the library to microgenerator. ([#56](https://github.com/googleapis/python-bigquery-datatransfer/pull/56)) + This is a **breaking change** that introduces several **method signature changes** and **drops support + for Python 2.7 and 3.5**. + ## 1.1.1 09-16-2020 11:12 PDT From b7c197d136d706e722bca40d9f518b854039d849 Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Mon, 21 Sep 2020 17:57:37 +0200 Subject: [PATCH 2/2] Link to migration guide in CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ebf5ce..b8267df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ - Transition the library to microgenerator. ([#56](https://github.com/googleapis/python-bigquery-datatransfer/pull/56)) This is a **breaking change** that introduces several **method signature changes** and **drops support - for Python 2.7 and 3.5**. + for Python 2.7 and 3.5**. See [migration guide](https://googleapis.dev/python/bigquerydatatransfer/latest/UPGRADING.html) + for more info. ## 1.1.1