Skip to content

Commit

Permalink
chore: release 2.9.0 (#407)
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 30, 2021
1 parent 6d1f1ce commit 9d45771
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

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

## [2.9.0](https://www.github.com/googleapis/python-dialogflow/compare/v2.8.1...v2.9.0) (2021-09-30)


### Features

* added support for TelephonyTransferCall in Participant ResponseMessage ([#406](https://www.github.com/googleapis/python-dialogflow/issues/406)) ([814055d](https://www.github.com/googleapis/python-dialogflow/commit/814055d2f6d7948f832b8cc0ae0573fea163ace1))


### Bug Fixes

* improper types in pagers generation ([814055d](https://www.github.com/googleapis/python-dialogflow/commit/814055d2f6d7948f832b8cc0ae0573fea163ace1))


### Documentation

* **samples:** added webhook code snippet ([#401](https://www.github.com/googleapis/python-dialogflow/issues/401)) ([9e279c8](https://www.github.com/googleapis/python-dialogflow/commit/9e279c86136543432cc218c2b1876bbb96f24240))

### [2.8.1](https://www.github.com/googleapis/python-dialogflow/compare/v2.8.0...v2.8.1) (2021-09-29)


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.8.1"
version = "2.9.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 9d45771

Please sign in to comment.