diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b858a4..b355e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 4.22.1 (Nov 08, 2024) + +### Improvements +- Fixed bug where `Reaction.hasCurrentUserReacted` doesn’t give correct value in some cases +- Fixed bug where `GroupChannelCollection.loadMore` gives incorrect channels when created with `GroupChannelListQuery` with `latestLastMessage` order + + ## 4.22.0 (Nov 07, 2024) ### Features diff --git a/Package.swift b/Package.swift index b155209..cbbea1d 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.22.0/SendbirdChatSDK.xcframework.zip", - checksum: "50a1b9954d1943268215a99a5a3fcb49ba0af150d23e38339b6e3d106d950dcc" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.22.1/SendbirdChatSDK.xcframework.zip", + checksum: "1ac126de7963826f6a7c573f7de32fea433bdc4c057f24cb8996c9fad8d831b3" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 1051951..3cdee42 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.22.0" + s.version = "4.22.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.22.0/SendbirdChatSDK.zip", :sha1 => "5853485d62a3bcf1d2cdbb60c8f55ad0cc599dfd" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.22.1/SendbirdChatSDK.zip", :sha1 => "8b79dd0f6776b9e27ec2f8298a7a6ff6c4a20b3f" } s.requires_arc = true s.platform = :ios, '12.0' s.documentation_url = 'https://sendbird.com/docs/chat'