diff --git a/CHANGELOG.md b/CHANGELOG.md index 08432e6..c595dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.24.1 (Dec 30, 2024) + +### Improvement + - Fixes an issue where changes to a user’s information(nickname, profile imge) were not reflected in `SuperGroupChannel`. ## 4.24.0 (Dec 19, 2024) ### Features diff --git a/Package.swift b/Package.swift index 8c7fb54..4617609 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.24.0/SendbirdChatSDK.xcframework.zip", - checksum: "df248d4daae0160990c20b673d0e58ec3ee042db63c0046cc5be60fd49db95aa" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.1/SendbirdChatSDK.xcframework.zip", + checksum: "27a8f6df6e9e783cb80b10d96f29a0ae52d217b29642c9476a08fe2323c71d7a" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 99b631d..ab9136f 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.24.0" + s.version = "4.24.1" 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.24.0/SendbirdChatSDK.zip", :sha1 => "b4f0db72083bd2ee41092fc72d91475ae59cb2fc" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.1/SendbirdChatSDK.zip", :sha1 => "e054ef72e54ae1a6900f19b5c132c07ffab52d0a" } s.requires_arc = true s.platform = :ios, '12.0' s.documentation_url = 'https://sendbird.com/docs/chat'