From 62d1c817e47b9bfd70950db614460dceaaf1f8bd 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:42:19 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36f597..2bb840a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/googleapis/python-dataplex/compare/v1.1.1...v1.1.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#98](https://github.com/googleapis/python-dataplex/issues/98)) ([1b178ce](https://github.com/googleapis/python-dataplex/commit/1b178ce8f12ed542bbe19736f9a416aa35c73828)) + ## [1.1.1](https://github.com/googleapis/python-dataplex/compare/v1.1.0...v1.1.1) (2022-08-15) diff --git a/setup.py b/setup.py index 7409885..83df24c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-dataplex" description = "Dataplex API client library" url = "https://github.com/googleapis/python-dataplex" -version = "1.1.1" +version = "1.1.2" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",