diff --git a/CHANGELOG.md b/CHANGELOG.md index a9523e3..91f73b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/googleapis/python-workflows/compare/v0.3.1...v0.3.2) (2022-06-09) + + +### Bug Fixes + +* **deps:** require protobuf<4.0.0 on v0 branch ([#189](https://github.com/googleapis/python-workflows/issues/189)) ([6625871](https://github.com/googleapis/python-workflows/commit/66258711b0ab4ce2ce27e86229a484db739760bf)) + ### [0.3.1](https://github.com/googleapis/python-workflows/compare/v0.3.0...v0.3.1) (2022-04-01) diff --git a/setup.py b/setup.py index bc517c7..95381f5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.3.1" +version = "0.3.2" package_root = os.path.abspath(os.path.dirname(__file__))