From 36c0125485a473be2d600f362f35b0180c9cdf15 Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Wed, 30 Sep 2020 23:53:42 +0200 Subject: [PATCH 1/2] chore: release v2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d367f73..13ed93fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ [1]: https://pypi.org/project/google-cloud-bigquery/#history +## 2.0.0 + +09-30-2020 14:51 PDT + + +### Implementation Changes + +- Transition the library to microgenerator. ([#278](https://github.com/googleapis/python-bigquery/pull/278)) + This is a **breaking change** that **drops support for Python 2.7 and 3.5** and brings a few other changes. + See [migration guide](https://googleapis.dev/python/bigquerystorage/latest/UPGRADING.html) for more info. + + + +### Internal / Testing Changes + +- Update protoc-generated comments (via synth). ([#270](https://github.com/googleapis/python-bigquery/pull/270)) +- Add CI secrets manager (via synth). ([#271](https://github.com/googleapis/python-bigquery/pull/271)) + ## [1.28.0](https://www.github.com/googleapis/python-bigquery/compare/v1.27.2...v1.28.0) (2020-09-22) From 15c70dee8cc6cda376eff77834a914cc111fafbb Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Wed, 30 Sep 2020 23:54:52 +0200 Subject: [PATCH 2/2] Fix link in CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ed93fad..3dac7a0f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - Transition the library to microgenerator. ([#278](https://github.com/googleapis/python-bigquery/pull/278)) This is a **breaking change** that **drops support for Python 2.7 and 3.5** and brings a few other changes. - See [migration guide](https://googleapis.dev/python/bigquerystorage/latest/UPGRADING.html) for more info. + See [migration guide](https://googleapis.dev/python/bigquery/latest/UPGRADING.html) for more info.