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)}"