From 9e121d94bc530a1284d94e1856d398947cf14780 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:18:38 +0000 Subject: [PATCH] chore(main): release 1.0.4 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c46d79..7f7f7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.4](https://github.com/googleapis/python-cloud-common/compare/v1.0.3...v1.0.4) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#73](https://github.com/googleapis/python-cloud-common/issues/73)) ([eb28a57](https://github.com/googleapis/python-cloud-common/commit/eb28a5768eaeae2aeeb8c295f146065981a1ebf4)) +* **deps:** require proto-plus >= 1.22.0 ([eb28a57](https://github.com/googleapis/python-cloud-common/commit/eb28a5768eaeae2aeeb8c295f146065981a1ebf4)) + ## [1.0.3](https://github.com/googleapis/python-cloud-common/compare/v1.0.2...v1.0.3) (2022-07-16) diff --git a/setup.py b/setup.py index 6dbc5c7..961d031 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-common" description = "Google Cloud Common client library" -version = "1.0.3" +version = "1.0.4" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-cloud-common" dependencies = [