diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json index 78b3ff075..9e660b3de 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.6.0-beta.1", + "version": "2.6.0", "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,17 +17,13 @@ }, "swift_versions": "5.0", "source": { - "http": "https://github.com/Azure/Communication/releases/download/v2.6.0-beta.1/AzureCommunicationCalling-2.6.0-beta.1.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.6.0/AzureCommunicationCalling-2.6.0.zip" }, "source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", "public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", "vendored_frameworks": "AzureCommunicationCalling.xcframework", "pod_target_xcconfig": { - "DEFINES_MODULE": "YES", - "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" - }, - "user_target_xcconfig": { - "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + "DEFINES_MODULE": "YES" }, "dependencies": { "AzureCommunicationCommon": [ diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj index 97c46fc5e..021e6b2dc 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.6.0-beta.1"; + MARKETING_VERSION = "2.6.0"; 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.6.0-beta.1"; + MARKETING_VERSION = "2.6.0"; 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 55213bba0..6f17499b4 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,4 +1,10 @@ # Release History +## 2.6.0 (2023-08-10) +### Features Added +* New Teams captions feature that allows ACS users to enable closed captions in Teams meeting and allows Microsoft 365 users on ACS SDK to use closed captions in one to one and group calls. Users will also have the ability to update spoken language for the call and caption language for themselves (requires Teams Premium). +* Added support for user facing diagnostics feature. +### Bug Fixes +* Fixes issues with building targeting Apple Silicon Simulators when installing via CocoaPods. ## 2.6.0-beta.1 (2023-07-20)