diff --git a/CHANGELOG.md b/CHANGELOG.md index 246a6a8..675c3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-contact-center-insights/compare/v0.1.1...v0.2.0) (2021-07-24) + + +### Features + +* update contact center insights v1 prior to launch ([#8](https://www.github.com/googleapis/python-contact-center-insights/issues/8)) ([1df2eff](https://www.github.com/googleapis/python-contact-center-insights/commit/1df2eff788db7ed1a867202000af396065d67b9b)) + + +### Bug Fixes + +* change nesting of Conversation.Transcript.Participant to ConversationParticipant ([1df2eff](https://www.github.com/googleapis/python-contact-center-insights/commit/1df2eff788db7ed1a867202000af396065d67b9b)) +* enable self signed jwt for grpc ([#9](https://www.github.com/googleapis/python-contact-center-insights/issues/9)) ([b1d5d2f](https://www.github.com/googleapis/python-contact-center-insights/commit/b1d5d2f9dba913fd0489fa287dd6c6d2fc7c3213)) +* remove AnnotationBoundary.time_offset ([1df2eff](https://www.github.com/googleapis/python-contact-center-insights/commit/1df2eff788db7ed1a867202000af396065d67b9b)) + + +### Documentation + +* add Samples section to CONTRIBUTING.rst ([#4](https://www.github.com/googleapis/python-contact-center-insights/issues/4)) ([6dcbc56](https://www.github.com/googleapis/python-contact-center-insights/commit/6dcbc567aad97661de34237c8e96f4412bb18223)) + + ### [0.1.1](https://www.github.com/googleapis/python-contact-center-insights/compare/v0.1.0...v0.1.1) (2021-07-21) diff --git a/setup.py b/setup.py index 391ce74..e7fbb75 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.1.1" +version = "0.2.0" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-contact-center-insights" dependencies = [