From c89d23c6213729a7c668d1606523707bfe82c675 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:12:25 -0400 Subject: [PATCH] chore(main): release 1.3.1 (#166) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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__))