Skip to content

Commit

Permalink
Merge pull request #81 from sendbird/release/4.24.2
Browse files Browse the repository at this point in the history
Release 4.24.2
  • Loading branch information
sendbird-sdk-deployment authored Jan 16, 2025
2 parents 0b18430 + da67b09 commit 909e229
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.24.2 (Jan 16, 2025)

## Improvements
- Fixed Group Channel Change Logs to always show delivery receipts
- Improved speed of `GroupChannelCollection.loadMore()` when the `GroupChannelListQuery` is set with filters

## 4.24.1 (Dec 30, 2024)

### Improvement
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.24.1/SendbirdChatSDK.xcframework.zip",
checksum: "27a8f6df6e9e783cb80b10d96f29a0ae52d217b29642c9476a08fe2323c71d7a"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.2/SendbirdChatSDK.xcframework.zip",
checksum: "5b0faa1f194664ade88ed23c33ddf142403b2fe596ffe228ac282f048ddad3f3"
),
]
)
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.24.1"
s.version = "4.24.2"
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.24.1/SendbirdChatSDK.zip", :sha1 => "e054ef72e54ae1a6900f19b5c132c07ffab52d0a" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.2/SendbirdChatSDK.zip", :sha1 => "9a2ba26ca848862683b589ef93d7f94a3a141125" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 909e229

Please sign in to comment.