Skip to content

Commit

Permalink
chore(main): release 2.16.0 (#581)
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 Oct 4, 2022
1 parent ad0c893 commit ba87cb6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## [2.16.0](https://github.com/googleapis/python-dialogflow/compare/v2.15.2...v2.16.0) (2022-10-03)


### Features

* Include conversation dataset name to be created with dataset creation metadata ([#582](https://github.com/googleapis/python-dialogflow/issues/582)) ([74d45fb](https://github.com/googleapis/python-dialogflow/commit/74d45fb4c69d6a150aa86bf249ba291e6bd72e13))
* **v2beta1:** Add Agent Assist Summarization API (https://cloud.google.com/agent-assist/docs/summarization) ([1648b27](https://github.com/googleapis/python-dialogflow/commit/1648b27b87416806ea7fcc016ad3caa5f89f5789))


### Bug Fixes

* **deps:** Require protobuf >= 3.20.2 ([#579](https://github.com/googleapis/python-dialogflow/issues/579)) ([2159259](https://github.com/googleapis/python-dialogflow/commit/21592593540d1e058be7debf565f7b737a45f79b))


### Documentation

* clarify SuggestionFeature enums which are specific to chat agents ([74d45fb](https://github.com/googleapis/python-dialogflow/commit/74d45fb4c69d6a150aa86bf249ba291e6bd72e13))
* **v2beta1:** clarify SuggestionFeature enums which are specific to chat agents ([1648b27](https://github.com/googleapis/python-dialogflow/commit/1648b27b87416806ea7fcc016ad3caa5f89f5789))

## [2.15.2](https://github.com/googleapis/python-dialogflow/compare/v2.15.1...v2.15.2) (2022-08-15)


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.15.2"
version = "2.16.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
Expand Down

0 comments on commit ba87cb6

Please sign in to comment.