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

Commit 4a15031

Browse files
chore(main): release 1.12.0 (#351)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a0ab5c3 commit 4a15031

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.11.1"
2+
".": "1.12.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.11.1...v1.12.0) (2023-03-23)
4+
5+
6+
### Features
7+
8+
* Add reCAPTCHA Enterprise Fraud Prevention API ([#350](https://github.com/googleapis/python-recaptcha-enterprise/issues/350)) ([5f841d7](https://github.com/googleapis/python-recaptcha-enterprise/commit/5f841d782c6e5ef3f4e5f4a9fa36a96d13e5849a))
9+
10+
11+
### Documentation
12+
13+
* Fix formatting of request arg in docstring ([#352](https://github.com/googleapis/python-recaptcha-enterprise/issues/352)) ([a0ab5c3](https://github.com/googleapis/python-recaptcha-enterprise/commit/a0ab5c3abcd70aff6c1cc220fbb6afc14a5de436))
14+
315
## [1.11.1](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.11.0...v1.11.1) (2023-01-20)
416

517

google/cloud/recaptchaenterprise/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.11.1" # {x-release-please-version}
16+
__version__ = "1.12.0" # {x-release-please-version}

google/cloud/recaptchaenterprise_v1/gapic_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.11.1" # {x-release-please-version}
16+
__version__ = "1.12.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.recaptchaenterprise.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-recaptcha-enterprise",
11-
"version": "0.1.0"
11+
"version": "1.12.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)