From fdc85ca779ced73c037f63b38161b90c66f24af7 Mon Sep 17 00:00:00 2001 From: jsaurezlee-msft Date: Wed, 31 Jul 2024 15:28:37 -0600 Subject: [PATCH] Azure Communication Calling 2.13.0-beta.1 (#1846) * Updating 2.13.0-beta.1 version * update change log --------- Co-authored-by: Bob Gao Co-authored-by: Xu Mo --- .../AzureCommunicationCalling.podspec.json | 4 ++-- .../AzureCommunicationCalling.xcodeproj/project.pbxproj | 4 ++-- sdk/communication/AzureCommunicationCalling/CHANGELOG.md | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json index b0087700f..7c238408e 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.12.0", + "version": "2.13.0-beta.1", "summary": "Azure Communication Calling Service client library for iOS", "description": "This package contains the Calling client library for Azure Communication\nServices.", "homepage": "https://github.com/Azure/azure-sdk-for-ios", @@ -17,7 +17,7 @@ }, "swift_versions": "5.0", "source": { - "http": "https://github.com/Azure/Communication/releases/download/v2.12.0/AzureCommunicationCalling-2.12.0.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.13.0-beta.1/AzureCommunicationCalling-2.13.0-beta.1.zip" }, "source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", "public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj index 33cd5d625..a1d2df7f2 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj @@ -275,7 +275,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = "2.12.0"; + MARKETING_VERSION = "2.13.0-beta.1"; PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -300,7 +300,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = "2.12.0"; + MARKETING_VERSION = "2.13.0-beta.1"; PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md index 11f958a09..a899d22a5 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## 2.13.0-beta.1 (2024-07-31) +## Features Added +* Added event didUpdateStartTime to track start time changes of a call. + ## 2.12.0 (2024-07-24) ### Features Added * Added support for`Call Survey`.