diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f43d8..d876dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/googleapis/python-functions/compare/v0.7.1...v0.7.2) (2022-06-08) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v0 branch ([#189](https://github.com/googleapis/python-functions/issues/189)) ([aadf006](https://github.com/googleapis/python-functions/commit/aadf0060b87cb4083164486641530f513e44b980)) + ### [0.7.1](https://github.com/googleapis/python-functions/compare/v0.7.0...v0.7.1) (2022-04-04) diff --git a/setup.py b/setup.py index e4d8031..337e0ea 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.7.1" +version = "0.7.2" package_root = os.path.abspath(os.path.dirname(__file__))