From 434fbf2d5cef1c6f3e3e529ac6d242d8cc426b8a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 09:53:47 -0400 Subject: [PATCH] chore(main): release 1.8.0 (#267) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83ac45..6f03fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.8.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.7.1...v1.8.0) (2022-07-14) + + +### Features + +* add audience parameter ([b833a31](https://github.com/googleapis/python-recaptcha-enterprise/commit/b833a318dfa71cd6a941b35ad8e95d903fa3de45)) + + +### Bug Fixes + +* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#271](https://github.com/googleapis/python-recaptcha-enterprise/issues/271)) ([90479fc](https://github.com/googleapis/python-recaptcha-enterprise/commit/90479fca8fd002c3c6deae2aedbfff7943d14af3)) +* require python 3.7+ ([#270](https://github.com/googleapis/python-recaptcha-enterprise/issues/270)) ([a370851](https://github.com/googleapis/python-recaptcha-enterprise/commit/a370851f88e72026ace4f13f87e19a642367a737)) +* set the right field number for reCAPTCHA private password leak ([#266](https://github.com/googleapis/python-recaptcha-enterprise/issues/266)) ([6632149](https://github.com/googleapis/python-recaptcha-enterprise/commit/663214989b8d4cbf3f84e1b4e9b2c1856eefb59b)) + ## [1.7.1](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.7.0...v1.7.1) (2022-06-06) diff --git a/setup.py b/setup.py index 2da8c97..e30c07a 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.7.1" +version = "1.8.0" package_root = os.path.abspath(os.path.dirname(__file__))