diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e65de6..541e800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.19.4 (May 17, 2024) + +## Improvements +- Fixed `reportUsers` request failure issue +- Fixed an issue with submitform request not working correctly +- Reduced the network traffic for the stats +- Improved stability + ## 4.19.3 (May 02, 2024) ## Improvements diff --git a/Package.swift b/Package.swift index 8beb72c..037f16a 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( targets: [ .binaryTarget( name: "SendbirdChatSDK", - url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.3/SendbirdChatSDK.xcframework.zip", - checksum: "860f37c800489938eaf153d9ca3627fbceb18c100bcfb743e2dc77754828f50f" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.4/SendbirdChatSDK.xcframework.zip", + checksum: "abf69d68820f326f4336a6979d31b8df15ca66b0d3086dc89bfe924d73ab7294" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 96b5767..6361788 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.19.3" + s.version = "4.19.4" s.summary = 'Sendbird Chat iOS Framework' s.description = 'Messaging and Chat API for Mobile Apps and Websites' s.homepage = 'https://sendbird.com' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| 'Young Hwang' => 'young.hwang@sendbird.com', 'Kai Lee' => 'kai.lee@sendbird.com' } - s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.3/SendbirdChatSDK.zip", :sha1 => "176f59db386288ba490f461596319b200512c0b3" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.4/SendbirdChatSDK.zip", :sha1 => "9929f6c007a33b1aedde830824a5be7e24bdb71d" } s.requires_arc = true s.platform = :ios, '12.0' s.documentation_url = 'https://sendbird.com/docs/chat'