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

Commit 278f424

Browse files
chore: release 2.9.0 (#407)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 9e279c8 commit 278f424

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

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

7+
## [2.9.0](https://www.github.com/googleapis/python-dialogflow/compare/v2.8.1...v2.9.0) (2021-09-30)
8+
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* improper types in pagers generation ([814055d](https://www.github.com/googleapis/python-dialogflow/commit/814055d2f6d7948f832b8cc0ae0573fea163ace1))
18+
19+
20+
### Documentation
21+
22+
* **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))
23+
724
### [2.8.1](https://www.github.com/googleapis/python-dialogflow/compare/v2.8.0...v2.8.1) (2021-09-29)
825

926

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = "dialogflow"
2121
description = "Client library for the Dialogflow API"
22-
version = "2.8.1"
22+
version = "2.9.0"
2323
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)