From 0ef3442951ce37bdc44ee78a5bf773941c6607e8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 12:13:23 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c80db0..b1c1e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.7.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.6.1...v1.7.0) (2022-05-19) + + +### Features + +* Add support for Password Check through the private_password_leak_verification field in Assessment ([#233](https://github.com/googleapis/python-recaptcha-enterprise/issues/233)) ([38c7a96](https://github.com/googleapis/python-recaptcha-enterprise/commit/38c7a9685437b4503e16b0a7b3db0b8d3063709d)) +* introduced WafSettings ([86096a4](https://github.com/googleapis/python-recaptcha-enterprise/commit/86096a4edab2304edd469cbd2049f466a009ef2f)) + + +### Bug Fixes + +* rename parent to project in SearchRelatedAccountGroupMembershipsRequest ([#227](https://github.com/googleapis/python-recaptcha-enterprise/issues/227)) ([86096a4](https://github.com/googleapis/python-recaptcha-enterprise/commit/86096a4edab2304edd469cbd2049f466a009ef2f)) + ### [1.6.1](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.6.0...v1.6.1) (2022-03-05) diff --git a/setup.py b/setup.py index b0babd1..6b57327 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.6.1" +version = "1.7.0" package_root = os.path.abspath(os.path.dirname(__file__))