From e80579e9912db45b49410a7271582c219c401db8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:20:48 +0000 Subject: [PATCH] chore(main): release 1.6.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbe39b..f951c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.1](https://github.com/googleapis/python-eventarc/compare/v1.6.0...v1.6.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#159](https://github.com/googleapis/python-eventarc/issues/159)) ([44962a0](https://github.com/googleapis/python-eventarc/commit/44962a03eba21e3445af42700f37e2063d9d9b95)) +* **deps:** require proto-plus >= 1.22.0 ([44962a0](https://github.com/googleapis/python-eventarc/commit/44962a03eba21e3445af42700f37e2063d9d9b95)) + ## [1.6.0](https://github.com/googleapis/python-eventarc/compare/v1.5.1...v1.6.0) (2022-07-14) diff --git a/setup.py b/setup.py index d6591b6..e3c9dab 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-eventarc" description = "Eventarc API client library" -version = "1.6.0" +version = "1.6.1" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-eventarc" dependencies = [