Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d3da9a

Browse files
chore(main): release 1.10.0 (#321)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a5d8509 commit 4d3da9a

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

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

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

3+
## [1.10.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.9.0...v1.10.0) (2022-12-14)
4+
5+
6+
### Features
7+
8+
* Add account_verification field to Assessment for MFA ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
9+
* Add support for `google.cloud.recaptchaenterprise.__version__` ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))
10+
* Add typing to proto.Message based class attributes ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))
11+
12+
13+
### Bug Fixes
14+
15+
* Add dict typing for client_options ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))
16+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
17+
* Drop usage of pkg_resources ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
18+
* Fix timeout default values ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
19+
20+
21+
### Documentation
22+
23+
* **samples:** Snippetgen handling of repeated enum field ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))
24+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
25+
326
## [1.9.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.8.3...v1.9.0) (2022-10-26)
427

528

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise/gapic_version.py

Lines changed: 1 addition & 1 deletion
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.9.0" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
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.9.0" # {x-release-please-version}
16+
__version__ = "1.10.0" # {x-release-please-version}

packages/google-cloud-recaptcha-enterprise/samples/generated_samples/snippet_metadata_google.cloud.recaptchaenterprise.v1.json

Lines changed: 1 addition & 1 deletion
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.10.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)