From c0cde8dd8c44727c7f3205e3690c23c0d97cc4b0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 15:12:10 +0000 Subject: [PATCH] chore: release 1.0.3 (#95) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.3](https://www.github.com/googleapis/python-security-private-ca/compare/v1.0.2...v1.0.3) (2021-07-29) ### Bug Fixes * enable self signed jwt for grpc ([#91](https://www.github.com/googleapis/python-security-private-ca/issues/91)) ([674dd85](https://www.github.com/googleapis/python-security-private-ca/commit/674dd8595b9165fec92097d5bb168357ac7ab1ee)) ### Documentation * add Samples section to CONTRIBUTING.rst ([#84](https://www.github.com/googleapis/python-security-private-ca/issues/84)) ([305dc83](https://www.github.com/googleapis/python-security-private-ca/commit/305dc83eec5215fd84a63e5786d8c93b03c468b8)) * **samples:** private CA python samples ([d753667](https://www.github.com/googleapis/python-security-private-ca/commit/d753667bc3a193931893260cec33d0c68ab621d5)) ### Miscellaneous Chores * release as 1.0.3 ([#92](https://www.github.com/googleapis/python-security-private-ca/issues/92)) ([6026929](https://www.github.com/googleapis/python-security-private-ca/commit/6026929efe36ecec40afbc442f09df609b7c42a8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 18 ++++++++++++++++++ setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0e81d..d55f20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [1.0.3](https://www.github.com/googleapis/python-security-private-ca/compare/v1.0.2...v1.0.3) (2021-07-29) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#91](https://www.github.com/googleapis/python-security-private-ca/issues/91)) ([674dd85](https://www.github.com/googleapis/python-security-private-ca/commit/674dd8595b9165fec92097d5bb168357ac7ab1ee)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#84](https://www.github.com/googleapis/python-security-private-ca/issues/84)) ([305dc83](https://www.github.com/googleapis/python-security-private-ca/commit/305dc83eec5215fd84a63e5786d8c93b03c468b8)) +* **samples:** private CA python samples ([d753667](https://www.github.com/googleapis/python-security-private-ca/commit/d753667bc3a193931893260cec33d0c68ab621d5)) + + +### Miscellaneous Chores + +* release as 1.0.3 ([#92](https://www.github.com/googleapis/python-security-private-ca/issues/92)) ([6026929](https://www.github.com/googleapis/python-security-private-ca/commit/6026929efe36ecec40afbc442f09df609b7c42a8)) + ### [1.0.2](https://www.github.com/googleapis/python-security-private-ca/compare/v1.0.1...v1.0.2) (2021-07-20) diff --git a/setup.py b/setup.py index 8607667..194f077 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.0.2" +version = "1.0.3" package_root = os.path.abspath(os.path.dirname(__file__))