From e8a1e5ee9d197ce11b217691ea122c17ad74ced4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 20:06:20 +0000 Subject: [PATCH] chore: release 1.4.1 (#158) :robot: I have created a release \*beep\* \*boop\* --- ### [1.4.1](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v1.4.0...v1.4.1) (2021-11-16) ### Documentation * **samples:** added sample and tests for annotate assessment API ([#155](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/155)) ([353f0ff](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/353f0ffa27119bf3a8a8f6cddecb41d1ca8dbd31)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb51cd7..4a4b408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.4.1](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v1.4.0...v1.4.1) (2021-11-16) + + +### Documentation + +* **samples:** added sample and tests for annotate assessment API ([#155](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/155)) ([353f0ff](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/353f0ffa27119bf3a8a8f6cddecb41d1ca8dbd31)) + ## [1.4.0](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v1.3.1...v1.4.0) (2021-11-03) diff --git a/setup.py b/setup.py index 6870c02..1707942 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.4.0" +version = "1.4.1" package_root = os.path.abspath(os.path.dirname(__file__))