Skip to content

Commit 9e9d582

Browse files
chore(main): release 1.8.0 (#267)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 88ba0c2 commit 9e9d582

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

packages/google-cloud-recaptcha-enterprise/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.7.1...v1.8.0) (2022-07-14)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([b833a31](https://github.com/googleapis/python-recaptcha-enterprise/commit/b833a318dfa71cd6a941b35ad8e95d903fa3de45))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* require python 3.7+ ([#270](https://github.com/googleapis/python-recaptcha-enterprise/issues/270)) ([a370851](https://github.com/googleapis/python-recaptcha-enterprise/commit/a370851f88e72026ace4f13f87e19a642367a737))
15+
* 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))
16+
317
## [1.7.1](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.7.0...v1.7.1) (2022-06-06)
418

519

packages/google-cloud-recaptcha-enterprise/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import setuptools # type: ignore
2222

23-
version = "1.7.1"
23+
version = "1.8.0"
2424

2525
package_root = os.path.abspath(os.path.dirname(__file__))
2626

0 commit comments

Comments
 (0)