From 1503e74e0d4587371e92a6df95cbf37dbea587d6 Mon Sep 17 00:00:00 2001 From: distiller Date: Mon, 28 Oct 2024 04:56:27 +0000 Subject: [PATCH] Release - 4.21.10 --- CHANGELOG.md | 5 +++++ Package.swift | 4 ++-- SendbirdChatSDK.podspec | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e9f79..849cf52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.21.10 (Oct 28, 2024) + +## Improvements +- Disabled read/unread member count for `AdminMessage` + ## 4.21.9 (Oct 21, 2024) diff --git a/Package.swift b/Package.swift index bbae241..5eb38d7 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.21.9/SendbirdChatSDK.xcframework.zip", - checksum: "fb77128f9f11fb57d5ef23cb83137e4e73faa19815291ad6cd8c566a77b6b794" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.10/SendbirdChatSDK.xcframework.zip", + checksum: "f5d41aedd46831f7ed796e6405646d2bcfca2ad0854581a37c1c42a11d7ec246" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index eaa196c..f2d705c 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.21.9" + s.version = "4.21.10" 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.21.9/SendbirdChatSDK.zip", :sha1 => "dfe348e77ccf086d840a1b95a5b9601d06b8c079" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.10/SendbirdChatSDK.zip", :sha1 => "b253d8ab23ba40008d2d491e1590805086ecc674" } s.requires_arc = true s.platform = :ios, '12.0' s.documentation_url = 'https://sendbird.com/docs/chat'