From c094da56ced32fc823febe4a7efe53ac744b61b3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 10:44:30 +0000 Subject: [PATCH 1/3] chore: release 0.2.0 --- CHANGELOG.md | 15 +++++++++++++++ setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246a6a8..84c7edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.0](https://www.github.com/googleapis/python-contact-center-insights/compare/v0.1.1...v0.2.0) (2021-07-24) + + +### Features + +* 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)) +* update contact center insight 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)) + ### [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 = [ From c6523fd654f585da9046bf970691ee4d153780dc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 Jul 2021 07:44:44 -0400 Subject: [PATCH 2/3] move docs change to correct section in changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c7edb..e93604c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ### Features -* 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)) * update contact center insight 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)) @@ -15,6 +14,12 @@ * 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) From 2e93f770b073d73a51851b248e70b84f8258631d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 29 Jul 2021 07:46:50 -0400 Subject: [PATCH 3/3] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93604c..675c3fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Features -* update contact center insight 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)) +* 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