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.2.0 (#6)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [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))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 29, 2021
1 parent b1d5d2f commit d356a54
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions 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)


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

0 comments on commit d356a54

Please sign in to comment.