From d63397a67d8e4f96c9e97e00a070558532baeb4c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 00:42:32 +0000 Subject: [PATCH] chore(main): release 1.2.3 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76cc82..70eefb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.3](https://github.com/googleapis/python-binary-authorization/compare/v1.2.2...v1.2.3) (2022-06-03) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#148](https://github.com/googleapis/python-binary-authorization/issues/148)) ([2768020](https://github.com/googleapis/python-binary-authorization/commit/276802072057a817993311b92111ee4f84c7505a)) + + +### Documentation + +* fix changelog header to consistent size ([#149](https://github.com/googleapis/python-binary-authorization/issues/149)) ([3d3d7e4](https://github.com/googleapis/python-binary-authorization/commit/3d3d7e40793834a4d079e83d21db6ec1fe285718)) + ## [1.2.2](https://github.com/googleapis/python-binary-authorization/compare/v1.2.1...v1.2.2) (2022-03-05) diff --git a/setup.py b/setup.py index 3f6e52b..b0bf079 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.2.2" +version = "1.2.3" package_root = os.path.abspath(os.path.dirname(__file__))