Skip to content

Commit

Permalink
Merge pull request #63 from sendbird/release/4.21.2
Browse files Browse the repository at this point in the history
Release 4.21.2
  • Loading branch information
sendbird-sdk-deployment authored Sep 10, 2024
2 parents 9bbd960 + f6d3a75 commit d76c4c6
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.2 (Sep 10, 2024)


## Improvements
- Fixed internal `messageChangeLog` in `MessageCollection` not updating to correct next token.

## 4.21.0 (Aug 29, 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.0/SendbirdChatSDK.xcframework.zip",
checksum: "308ae3e42191bc495230250aaae33a1c4d2f091998c5809ccfb0544523d9c4a7"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.2/SendbirdChatSDK.xcframework.zip",
checksum: "7ba10b83c7be5eb7f361a95baca202b81e707020f242bbcd381c9336a570695d"
),
]
)
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.0"
s.version = "4.21.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.21.0/SendbirdChatSDK.zip", :sha1 => "aacb7b404c844f1ffb3daf113939400ec07b56a1" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.2/SendbirdChatSDK.zip", :sha1 => "3c5a22fd868920ec7cc720f6a47ef25755d4e177" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit d76c4c6

Please sign in to comment.