From 5f8bb34658c30edd8ee098e736dacf48110ad1dd Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 17:30:24 -0400 Subject: [PATCH] chore(main): release 1.3.2 (#259) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou --- packages/google-cloud-private-ca/CHANGELOG.md | 12 ++++++++++++ packages/google-cloud-private-ca/setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-private-ca/CHANGELOG.md b/packages/google-cloud-private-ca/CHANGELOG.md index ef9345db739c..df95c9de492f 100644 --- a/packages/google-cloud-private-ca/CHANGELOG.md +++ b/packages/google-cloud-private-ca/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.2](https://github.com/googleapis/python-security-private-ca/compare/v1.3.1...v1.3.2) (2022-06-03) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#257](https://github.com/googleapis/python-security-private-ca/issues/257)) ([a9d08f4](https://github.com/googleapis/python-security-private-ca/commit/a9d08f41075aca6af42e0d423808c116f1d88db3)) + + +### Documentation + +* fix changelog header to consistent size ([#258](https://github.com/googleapis/python-security-private-ca/issues/258)) ([4689ab3](https://github.com/googleapis/python-security-private-ca/commit/4689ab386e34020dbe13521829a6f2f8a73ad64a)) + ## [1.3.1](https://github.com/googleapis/python-security-private-ca/compare/v1.3.0...v1.3.1) (2022-05-05) diff --git a/packages/google-cloud-private-ca/setup.py b/packages/google-cloud-private-ca/setup.py index 4fa28d068bf1..2f55ed3a68c2 100644 --- a/packages/google-cloud-private-ca/setup.py +++ b/packages/google-cloud-private-ca/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.3.1" +version = "1.3.2" package_root = os.path.abspath(os.path.dirname(__file__))