From 964a584b099fde89846cdfc274661084edb5281b Mon Sep 17 00:00:00 2001 From: jsaurezlee-msft Date: Mon, 2 Dec 2024 10:16:21 -0600 Subject: [PATCH] Azure Communication Calling 2.14.1 (#1961) * Updating 2.14.1 version * Update CHANGELOG.md --------- Co-authored-by: Luciano Passos Almeida Co-authored-by: Luciano Almeida <100867762+lucianopa-msft@users.noreply.github.com> --- .../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 8deea9353..be73fdff1 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.14.0", + "version": "2.14.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.14.0/AzureCommunicationCalling-2.14.0.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.14.1/AzureCommunicationCalling-2.14.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 528ee1e71..e99e8bd8b 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.14.0"; + MARKETING_VERSION = "2.14.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.14.0"; + MARKETING_VERSION = "2.14.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 76fe3cb8d..00ae45cba 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,4 +1,8 @@ # Release History +## 2.14.1 (2024-11-29) +### Bugs Fixed +* Fix a crash at load time when trying to run in calling SDK in the simulator. + ## 2.14.0 (2024-11-19) ### Features Added * Start call time.