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

Commit

Permalink
chore: release 1.4.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 3, 2021
1 parent 8149df9 commit c1fb14c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [1.4.0](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v1.3.1...v1.4.0) (2021-11-03)


### Features

* add reCAPTCHA Enterprise account defender API methods ([#146](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/146)) ([8149df9](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/8149df9e3038bf02483fb2ee0c9dfc9d713a6152))


### Documentation

* **samples:** removed assessment name in create_assessment sample ([#147](https://www.github.com/googleapis/python-recaptcha-enterprise/issues/147)) ([f11134d](https://www.github.com/googleapis/python-recaptcha-enterprise/commit/f11134da5e9e9770b73dadd96c08ba69c99b968f))

### [1.3.1](https://www.github.com/googleapis/python-recaptcha-enterprise/compare/v1.3.0...v1.3.1) (2021-11-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "1.3.1"
version = "1.4.0"

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

Expand Down

0 comments on commit c1fb14c

Please sign in to comment.