From 83b850e36892ef5e74d2743fa7700b8f047dd70c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:30:26 -0400 Subject: [PATCH] chore(main): release 1.9.0 (#312) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b947e49..bdc3503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.8.3...v1.9.0) (2022-10-26) + + +### Features + +* add annotation reasons REFUND, REFUND_FRAUD, TRANSACTION_ACCEPTED, TRANSACTION_DECLINED and SOCIAL_SPAM ([1d254d0](https://github.com/googleapis/python-recaptcha-enterprise/commit/1d254d0f4b2aab473b41505a0c31d8a46469a8e4)) +* Add RetrieveLegacySecretKey method ([#311](https://github.com/googleapis/python-recaptcha-enterprise/issues/311)) ([1d254d0](https://github.com/googleapis/python-recaptcha-enterprise/commit/1d254d0f4b2aab473b41505a0c31d8a46469a8e4)) + ## [1.8.3](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.8.2...v1.8.3) (2022-10-07) diff --git a/setup.py b/setup.py index b60a7b3..0eb3ba0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.8.3" +version = "1.9.0" package_root = os.path.abspath(os.path.dirname(__file__))