diff --git a/CHANGELOG.md b/CHANGELOG.md index 104c87b..1d338af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.1](https://github.com/googleapis/python-binary-authorization/compare/v1.3.0...v1.3.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#165](https://github.com/googleapis/python-binary-authorization/issues/165)) ([48c10da](https://github.com/googleapis/python-binary-authorization/commit/48c10dac98b75a0f3069b554ae70a662c11086a7)) +* **deps:** require proto-plus >= 1.22.0 ([48c10da](https://github.com/googleapis/python-binary-authorization/commit/48c10dac98b75a0f3069b554ae70a662c11086a7)) + ## [1.3.0](https://github.com/googleapis/python-binary-authorization/compare/v1.2.3...v1.3.0) (2022-07-16) diff --git a/setup.py b/setup.py index f3b5623..ed2d863 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.3.0" +version = "1.3.1" package_root = os.path.abspath(os.path.dirname(__file__))