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

Commit

Permalink
chore: release 0.3.0 (#27)
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] committed Sep 20, 2021
1 parent 92b9f30 commit 3d25676
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3d25676

Please sign in to comment.