From 5e5a7b93ccc205a06f48a0b7cdf9550f813db0f1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 19:34:05 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59017ff..3146030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/googleapis/python-dataform/compare/v0.2.1...v0.2.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#28](https://github.com/googleapis/python-dataform/issues/28)) ([fb846e5](https://github.com/googleapis/python-dataform/commit/fb846e5bb9ab2299a07f93f38df6eb20fae0ac40)) + ## [0.2.1](https://github.com/googleapis/python-dataform/compare/v0.2.0...v0.2.1) (2022-08-15) diff --git a/setup.py b/setup.py index db1ea65..669f40b 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-dataform" description = "Cloud Dataform API client library" -version = "0.2.1" +version = "0.2.2" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 2.8.0, <3.0.0dev",