From 3d25676f2afd7925cd3e5712e8bf56865491b6e2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 12:35:44 -0600 Subject: [PATCH] chore: release 0.3.0 (#27) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 675c3fe..abce497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.3.0](https://www.github.com/googleapis/python-contact-center-insights/compare/v0.2.0...v0.3.0) (2021-09-20) + + +### Features + +* add new issue model API methods ([#25](https://www.github.com/googleapis/python-contact-center-insights/issues/25)) ([16a9bdd](https://www.github.com/googleapis/python-contact-center-insights/commit/16a9bdd90987c82300cf5f3ff03aac05a27e61e9)) +* display_name is the display name for the assigned issue ([#32](https://www.github.com/googleapis/python-contact-center-insights/issues/32)) ([5b0fa8e](https://www.github.com/googleapis/python-contact-center-insights/commit/5b0fa8e4047f1f5f7115393b9f7fd1aeaa7ac74d)) +* filter is used to filter conversations used for issue model training feat: update_time is used to indicate when the phrase matcher was updated ([#48](https://www.github.com/googleapis/python-contact-center-insights/issues/48)) ([92b9f30](https://www.github.com/googleapis/python-contact-center-insights/commit/92b9f30b3231a8b5ca7c3a9e9da6e5b4db40c568)) +* support Dialogflow and user-specified participant IDs ([16a9bdd](https://www.github.com/googleapis/python-contact-center-insights/commit/16a9bdd90987c82300cf5f3ff03aac05a27e61e9)) + + +### Documentation + +* update pubsub_notification_settings docs ([16a9bdd](https://www.github.com/googleapis/python-contact-center-insights/commit/16a9bdd90987c82300cf5f3ff03aac05a27e61e9)) + ## [0.2.0](https://www.github.com/googleapis/python-contact-center-insights/compare/v0.1.1...v0.2.0) (2021-07-24) diff --git a/setup.py b/setup.py index e7fbb75..5f8da45 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-contact-center-insights" description = "Contact Center AI Insights API" -version = "0.2.0" +version = "0.3.0" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-contact-center-insights" dependencies = [