Skip to content

Commit

Permalink
Merge pull request #70 from sendbird/release/4.21.8
Browse files Browse the repository at this point in the history
Release 4.21.8
  • Loading branch information
sendbird-sdk-deployment authored Oct 8, 2024
2 parents af2e3c2 + e0f1405 commit 3721610
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.21.8 (Oct 08, 2024)


## Improvements
- Fixed a crash in `ChunkRange.contains(_:)` logic

## 4.21.7 (Oct 03, 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.7/SendbirdChatSDK.xcframework.zip",
checksum: "34c472625a71a8845c0e502875b5986e3762b2795366e4fd16093e40ae66d4ad"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.8/SendbirdChatSDK.xcframework.zip",
checksum: "0a71cb5d7f22ec812040a3c1e6c92468a0e02aa900fa0293eeacd8d59dedba60"
),
]
)
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.7"
s.version = "4.21.8"
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' => '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.7/SendbirdChatSDK.zip", :sha1 => "2dbc22fc3d36f372db2285abeacc207ee47a5b71" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.8/SendbirdChatSDK.zip", :sha1 => "c8b91ad5dbdf3e3e647cf75058152cb01bf2fb0e" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 3721610

Please sign in to comment.