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

Commit 1836158

Browse files
chore(main): release 2.12.0 (#465)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c0c7789 commit 1836158

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

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

7+
## [2.12.0](https://github.com/googleapis/python-dialogflow/compare/v2.11.0...v2.12.0) (2022-02-11)
8+
9+
10+
### Features
11+
12+
* add api key support ([#468](https://github.com/googleapis/python-dialogflow/issues/468)) ([0d6bebd](https://github.com/googleapis/python-dialogflow/commit/0d6bebd2c28d46bfd06d42da30778d3b55a1878e))
13+
* **v2:** add conversation process config ([#464](https://github.com/googleapis/python-dialogflow/issues/464)) ([921861a](https://github.com/googleapis/python-dialogflow/commit/921861a46b48ce16d87308ee96f9ab58171489e6))
14+
* **v2:** add ImportDocument ([921861a](https://github.com/googleapis/python-dialogflow/commit/921861a46b48ce16d87308ee96f9ab58171489e6))
15+
* **v2:** add SuggestSmartReplies ([921861a](https://github.com/googleapis/python-dialogflow/commit/921861a46b48ce16d87308ee96f9ab58171489e6))
16+
17+
18+
### Bug Fixes
19+
20+
* resolve DuplicateCredentialArgs error when using credentials_file ([74a54c6](https://github.com/googleapis/python-dialogflow/commit/74a54c6fd9d6e03741206ff1e95939123362cab9))
21+
22+
23+
### Documentation
24+
25+
* add generated snippets ([#473](https://github.com/googleapis/python-dialogflow/issues/473)) ([c0c7789](https://github.com/googleapis/python-dialogflow/commit/c0c7789e58af7206493fdef99341367ab16f95bd))
26+
* fix typos in UPGRADING.md ([#472](https://github.com/googleapis/python-dialogflow/issues/472)) ([62bbb7f](https://github.com/googleapis/python-dialogflow/commit/62bbb7fa38889380501eda4f8b6ccfe96fde0db5))
27+
728
## [2.11.0](https://github.com/googleapis/python-dialogflow/compare/v2.10.0...v2.11.0) (2022-01-13)
829

930

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.11.0"
22+
version = "2.12.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)