diff --git a/CHANGELOG.md b/CHANGELOG.md index 103a5a0..d28c3f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.2](https://github.com/googleapis/python-workflows/compare/v1.7.1...v1.7.2) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#206](https://github.com/googleapis/python-workflows/issues/206)) ([012a6e1](https://github.com/googleapis/python-workflows/commit/012a6e119bea0d99f4a7a58a6a41ffa9d0015938)) +* **deps:** require proto-plus >= 1.22.0 ([012a6e1](https://github.com/googleapis/python-workflows/commit/012a6e119bea0d99f4a7a58a6a41ffa9d0015938)) + ## [1.7.1](https://github.com/googleapis/python-workflows/compare/v1.7.0...v1.7.1) (2022-07-13) diff --git a/setup.py b/setup.py index 333b1de..179c7f9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.7.1" +version = "1.7.2" package_root = os.path.abspath(os.path.dirname(__file__))