From 8b855ece86adaf8db97519732099a2d6855cef97 Mon Sep 17 00:00:00 2001 From: jsaurezlee-msft Date: Thu, 27 Jun 2024 13:46:40 -0600 Subject: [PATCH] Azure Communication Calling 2.12.0-beta.1 (#1819) * Updating 2.12.0-beta.1 version * Update CHANGELOG.md --------- Co-authored-by: Ze Hang Zheng Co-authored-by: Ze Hang Zheng <123456789fun2@gmail.com> --- .../AzureCommunicationCalling.podspec.json | 4 ++-- .../AzureCommunicationCalling.xcodeproj/project.pbxproj | 4 ++-- sdk/communication/AzureCommunicationCalling/CHANGELOG.md | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json index df46fa8e3..e9c4d0bf8 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.11.0", + "version": "2.12.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.11.0/AzureCommunicationCalling-2.11.0.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.12.0-beta.1/AzureCommunicationCalling-2.12.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 b86bcaf32..6034d7276 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.11.0"; + MARKETING_VERSION = "2.12.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.11.0"; + MARKETING_VERSION = "2.12.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 070019303..fbb4e076c 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History - +## 2.12.0-beta.1 (2024-06-27) +## Features Added +* Added `CallSurvey`. +* Added `RemoteUserDiagnostics`. + ## 2.11.0 (2024-06-05) ### Features Added * Added `CapabilitiesCallFeature` for Rooms/Teams Meeting.