diff --git a/CHANGELOG.md b/CHANGELOG.md index d28c3f0..6d4765e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.3](https://github.com/googleapis/python-workflows/compare/v1.7.2...v1.7.3) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#221](https://github.com/googleapis/python-workflows/issues/221)) ([f2f0c01](https://github.com/googleapis/python-workflows/commit/f2f0c01c55bb525ba9edd65b8a37965e1bcd5200)) + ## [1.7.2](https://github.com/googleapis/python-workflows/compare/v1.7.1...v1.7.2) (2022-08-11) diff --git a/setup.py b/setup.py index 2458533..751000f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.7.2" +version = "1.7.3" package_root = os.path.abspath(os.path.dirname(__file__))