Skip to content

Commit

Permalink
chore(main): release 2.13.0 (#481)
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 Mar 8, 2022
1 parent 0c3d9f0 commit 442647f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@

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

## [2.13.0](https://github.com/googleapis/python-dialogflow/compare/v2.12.0...v2.13.0) (2022-03-08)


### Features

* added ConversationDataset resource and its APIs ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* added ConversationModel resource and its APIs ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* added metadata for the Knowledge operation ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* added new knowledge type of Document content ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig APIs for ConversationProfile ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* added states of Document ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))


### Bug Fixes

* **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#479](https://github.com/googleapis/python-dialogflow/issues/479)) ([4a62e80](https://github.com/googleapis/python-dialogflow/commit/4a62e80e045639061779bb097dacab744276973a))
* **deps:** require proto-plus>=1.15.0 ([4a62e80](https://github.com/googleapis/python-dialogflow/commit/4a62e80e045639061779bb097dacab744276973a))


### Documentation

* added a new resource name pattern for ConversationModel ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* clarified the behavior of language_code in EventInput ([#475](https://github.com/googleapis/python-dialogflow/issues/475)) ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* clarified wording around Cloud Storage usage ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))
* updated copyright ([bd93557](https://github.com/googleapis/python-dialogflow/commit/bd935578a57d7738796bf8d3c02dfca126bfdfbb))

## [2.12.0](https://github.com/googleapis/python-dialogflow/compare/v2.11.0...v2.12.0) (2022-02-11)


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.12.0"
version = "2.13.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 442647f

Please sign in to comment.