diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e01ed8..af20349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +### [Version 0.0.9] (November 18, 2024) +### Fixes + * Resolves `EXC_BAD_ACCESS` error that occurred when clicking the mute button on the CallKit screen. This exception was only observed in debugging mode (when connected via USB). + * Fixes synchronization issues between the Mute and Speaker controllers on the CallKit and native screens. + ### [Version 0.0.8] (October 30, 2024) ### Adds * **Configure Remote Context for Receiver's call screens**: diff --git a/CleverTap-SignedCall-SDK.podspec b/CleverTap-SignedCall-SDK.podspec index 975f11d..9d514c1 100644 --- a/CleverTap-SignedCall-SDK.podspec +++ b/CleverTap-SignedCall-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CleverTap-SignedCall-SDK" -s.version = '0.0.8' +s.version = '0.0.9' s.summary = "CleverTap-SignedCall-SDK supports 1-1 voice calls" s.homepage = "https://github.com/CleverTap/clevertap-signedcall-ios-sdk" s.source = { :http => "https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/download/#{s.version}/SignedCallSDK.xcframework.zip" } @@ -18,7 +18,7 @@ s.vendored_frameworks = 'SignedCallSDK.xcframework' s.ios.dependency 'Socket.IO-Client-Swift', '16.1.0' s.ios.dependency 'Starscream', '4.0.8' -s.ios.dependency 'CTSoftPhone', '0.0.6-alpha' +s.ios.dependency 'CTSoftPhone', '0.0.7-alpha' s.ios.dependency 'CTSimplePing', '1.0.2' s.ios.dependency 'CleverTap-iOS-SDK' diff --git a/Release/SignedCallSDK.xcframework.zip b/Release/SignedCallSDK.xcframework.zip index c0974d5..db56e69 100644 Binary files a/Release/SignedCallSDK.xcframework.zip and b/Release/SignedCallSDK.xcframework.zip differ