Skip to content

Commit

Permalink
chore: release 2.8.0 (#365)
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 Sep 15, 2021
1 parent 038d9bb commit 1ea79df
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

[1]: https://pypi.org/project/dialogflow/#history

## [2.8.0](https://www.github.com/googleapis/python-dialogflow/compare/v2.7.1...v2.8.0) (2021-09-08)


### Features

* add language code to streaming recognition result ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))
* add time zone and security settings to conversation profile ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))
* expose `Locations` service to get/list avaliable locations of Dialogflow products ([#364](https://www.github.com/googleapis/python-dialogflow/issues/364)) ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))


### Documentation

* clarified some LRO types ([#387](https://www.github.com/googleapis/python-dialogflow/issues/387)) ([3ca0f58](https://www.github.com/googleapis/python-dialogflow/commit/3ca0f5871ff8a7f28048f719f49145331ec21871))
* fix validation result docs ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))
* **samples:** add region tags to update intent sample ([#382](https://www.github.com/googleapis/python-dialogflow/issues/382)) ([8497101](https://www.github.com/googleapis/python-dialogflow/commit/849710195387337a7d5b13817d5c7478d09c9a28))
* **samples:** add set agent code sample ([#370](https://www.github.com/googleapis/python-dialogflow/issues/370)) ([f997336](https://www.github.com/googleapis/python-dialogflow/commit/f9973364562243a757db5c61f0ec05771751e1eb))
* **samples:** add update intent code sample ([#357](https://www.github.com/googleapis/python-dialogflow/issues/357)) ([fab916f](https://www.github.com/googleapis/python-dialogflow/commit/fab916f1f239b7425371abb224b65965913c0481))
* update agent docs ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))
* update entity type docs ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))
* update environment docs ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))
* update intent docs ([ad896f7](https://www.github.com/googleapis/python-dialogflow/commit/ad896f7401feb3f38b57612cb1bb865f1d3fc371))

### [2.7.1](https://www.github.com/googleapis/python-dialogflow/compare/v2.7.0...v2.7.1) (2021-07-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = "dialogflow"
description = "Client library for the Dialogflow API"
version = "2.7.1"
version = "2.8.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 1ea79df

Please sign in to comment.