diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7f6fb..34d6387 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.5] (Aug 23, 2023) +##### +* Supports [CleverTap iOS SDK v5.2.0](https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/5.2.0). +* Adds support for hiding the **Powered by Signed Call** label from VoIP call screens. + ### [Version 0.0.4] (July 21, 2023) ##### - Adds public property `rootViewController` diff --git a/CleverTap-SignedCall-SDK.podspec b/CleverTap-SignedCall-SDK.podspec index 14fc5de..a341205 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.4' +s.version = '0.0.5' 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" } diff --git a/Release/SignedCallSDK.xcframework.zip b/Release/SignedCallSDK.xcframework.zip index 9bb2503..58edfcc 100644 Binary files a/Release/SignedCallSDK.xcframework.zip and b/Release/SignedCallSDK.xcframework.zip differ