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

Commit

Permalink
chore(main): release 1.10.0 (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 14, 2022
1 parent ba415ae commit be65d22
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.0"
".": "1.10.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.10.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.9.0...v1.10.0) (2022-12-14)


### Features

* Add account_verification field to Assessment for MFA ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
* Add support for `google.cloud.recaptchaenterprise.__version__` ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))
* Add typing to proto.Message based class attributes ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))


### Bug Fixes

* Add dict typing for client_options ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
* Drop usage of pkg_resources ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))
* Fix timeout default values ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([faccae1](https://github.com/googleapis/python-recaptcha-enterprise/commit/faccae1397d5face106d7b5cbb02fcdc6af4e572))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([2e8b6f2](https://github.com/googleapis/python-recaptcha-enterprise/commit/2e8b6f2ee3cf082f89c5f05f5945f262871f8e48))

## [1.9.0](https://github.com/googleapis/python-recaptcha-enterprise/compare/v1.8.3...v1.9.0) (2022-10-26)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/recaptchaenterprise/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.9.0" # {x-release-please-version}
__version__ = "1.10.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/recaptchaenterprise_v1/gapic_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.9.0" # {x-release-please-version}
__version__ = "1.10.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-recaptcha-enterprise",
"version": "0.1.0"
"version": "1.10.0"
},
"snippets": [
{
Expand Down

0 comments on commit be65d22

Please sign in to comment.