Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

chore: release 0.7.0 #102

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.7.0](https://github.com/googleapis/python-dialogflow-cx/compare/v0.6.0...v0.7.0) (2021-06-16)


### Features

* **v3beta1:** Support partial response feature ([5e21ed4](https://github.com/googleapis/python-dialogflow-cx/commit/5e21ed454ad6a5d687e634ad4e697f1921104c47))
* **v3beta1:** support sentiment analysis in bot testing ([#100](https://github.com/googleapis/python-dialogflow-cx/issues/100)) ([f24f302](https://github.com/googleapis/python-dialogflow-cx/commit/f24f3028fa83da14614d1340e5bce7719be287b6))


### Bug Fixes

* exclude docs and tests from package ([#104](https://github.com/googleapis/python-dialogflow-cx/issues/104)) ([2ddb70b](https://github.com/googleapis/python-dialogflow-cx/commit/2ddb70b5825ad0d59165d7dfbfe36677d586cccf))
* **v3beta1:** Set agent default language code as required ([#103](https://github.com/googleapis/python-dialogflow-cx/issues/103)) ([5e21ed4](https://github.com/googleapis/python-dialogflow-cx/commit/5e21ed454ad6a5d687e634ad4e697f1921104c47))


### Documentation

* **v3beta1:** Update docs of Agents, Fulfillments, SecuritySettings and Sessions ([5e21ed4](https://github.com/googleapis/python-dialogflow-cx/commit/5e21ed454ad6a5d687e634ad4e697f1921104c47))

## [0.6.0](https://github.com/googleapis/python-dialogflow-cx/compare/v0.5.0...v0.6.0) (2021-06-07)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import setuptools # type: ignore

version = "0.6.0"
version = "0.7.0"

package_root = os.path.abspath(os.path.dirname(__file__))

Expand Down