Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 19, 2022
1 parent 38c7a96 commit 0ef3442
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down

0 comments on commit 0ef3442

Please sign in to comment.