From ebd84987831d2d619845b80b10166755b50971e8 Mon Sep 17 00:00:00 2001 From: Vinothini Dharmaraj <146493756+v-vdharmaraj@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:29:00 -0700 Subject: [PATCH] updating the alpha version (#36247) --- .../CHANGELOG.md | 19 ++++++++++++------- .../communication/callautomation/_version.py | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/sdk/communication/azure-communication-callautomation/CHANGELOG.md b/sdk/communication/azure-communication-callautomation/CHANGELOG.md index 5ad5be4a680..901f788e183 100644 --- a/sdk/communication/azure-communication-callautomation/CHANGELOG.md +++ b/sdk/communication/azure-communication-callautomation/CHANGELOG.md @@ -1,14 +1,8 @@ # Release History -## 1.2.0b1 (Unreleased) +## 1.3.0b1 (Unreleased) ### Features Added -- StartRecording now accepts PauseOnStart. -- Start, Stop, Update transcript added. -- Start, Stop hold music added. -- Introduced `MicrosoftTeamsAppIdentifier` for MS Teams automated scenarios. -- Introduced `TeamsComplianceRecordingStateChanged` event. -- Introduced `TeamsRecordingStateChanged` event. ### Breaking Changes @@ -16,6 +10,17 @@ ### Other Changes +## 1.2.0 (2024-04-15) + +### Features Added + +- Support for Bring Your Own Storage recording option +- Support for PauseOnStart recording option +- Support for Recording state change with new recording kind's + +### Other Changes +- Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier + ## 1.1.0 (2023-11-23) ### Features Added - Mid Call actions support overriding callback url. diff --git a/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_version.py b/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_version.py index dca73d46361..20150b3e0ce 100644 --- a/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_version.py +++ b/sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.2.0b1" +VERSION = "1.3.0b1" SDK_MONIKER = f"communication-callautomation/{format(VERSION)}"