From 732d0f7c20f74f02a431b88445d5a0cbd594e574 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:09:43 -0400 Subject: [PATCH] chore(main): release 1.8.3 (#309) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4280dd4..b947e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.3](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.8.2...v1.8.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#308](https://github.com/googleapis/python-recaptcha-enterprise/issues/308)) ([c772e63](https://github.com/googleapis/python-recaptcha-enterprise/commit/c772e63fde35b93e73da67fde3d311e91569185c)) + ## [1.8.2](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.8.1...v1.8.2) (2022-10-03) diff --git a/setup.py b/setup.py index bcd7a33..b60a7b3 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.8.2" +version = "1.8.3" package_root = os.path.abspath(os.path.dirname(__file__))