diff --git a/CHANGELOG.md b/CHANGELOG.md index 251bc36..65212d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.2](https://github.com/googleapis/python-functions/compare/v1.8.1...v1.8.2) (2022-09-29) + + +### Bug Fixes + +* **deps:** Require protobuf >= 3.20.2 ([#224](https://github.com/googleapis/python-functions/issues/224)) ([63e1cd1](https://github.com/googleapis/python-functions/commit/63e1cd10e16d42e54ba8b25822a13d77a76fe0cb)) + ## [1.8.1](https://github.com/googleapis/python-functions/compare/v1.8.0...v1.8.1) (2022-08-11) diff --git a/setup.py b/setup.py index be3b2e4..e66c7e7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.8.1" +version = "1.8.2" package_root = os.path.abspath(os.path.dirname(__file__))