Skip to content

Commit

Permalink
Merge pull request #72 from sendbird/release/4.21.10
Browse files Browse the repository at this point in the history
Release 4.21.10
  • Loading branch information
sendbird-sdk-deployment authored Oct 28, 2024
2 parents b7ff706 + 1503e74 commit d7ad363
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Kai Lee' => '[email protected]'
}
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'
Expand Down

0 comments on commit d7ad363

Please sign in to comment.