diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f028bb..6e01ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log All notable changes to this project will be documented in this file. +### [Version 0.0.8] (October 30, 2024) +### Adds + * **Configure Remote Context for Receiver's call screens**: + * Adds support for setting a *remoteContext* parameter within `SCCustomMetadata` object during call initiation, allowing to pass custom context for receiver's call screens. + +### Fixes + * Resolved *sa_family_t* declaration issue to ensure compatibility with Xcode 16. + ### [Version 0.0.7] (March 15, 2024) ### Adds * Supports [CleverTap iOS SDK v6.1.0](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-610-february-22-2024) diff --git a/CleverTap-SignedCall-SDK.podspec b/CleverTap-SignedCall-SDK.podspec index 70f5986..975f11d 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.7' +s.version = '0.0.8' 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" } @@ -19,7 +19,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 'CTSimplePing', '1.0.1' +s.ios.dependency 'CTSimplePing', '1.0.2' s.ios.dependency 'CleverTap-iOS-SDK' end diff --git a/Release/SignedCallSDK.xcframework.zip b/Release/SignedCallSDK.xcframework.zip index 0e16683..c0974d5 100644 Binary files a/Release/SignedCallSDK.xcframework.zip and b/Release/SignedCallSDK.xcframework.zip differ