Skip to content

Commit

Permalink
Merge pull request #64 from sendbird/release/4.21.3
Browse files Browse the repository at this point in the history
Release 4.21.3
  • Loading branch information
sendbird-sdk-deployment authored Sep 11, 2024
2 parents d76c4c6 + 25230da commit 8f2ff7f
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.3 (Sep 11, 2024)


## Improvements
- Fixed bug where `requestId` is not being set properly when sending a user message

## 4.21.2 (Sep 10, 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.2/SendbirdChatSDK.xcframework.zip",
checksum: "7ba10b83c7be5eb7f361a95baca202b81e707020f242bbcd381c9336a570695d"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.3/SendbirdChatSDK.xcframework.zip",
checksum: "3967c3dab4e1f353799d9eee6b69f39fae5db8f646b307b222cca34e370e5b96"
),
]
)
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.2"
s.version = "4.21.3"
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.2/SendbirdChatSDK.zip", :sha1 => "3c5a22fd868920ec7cc720f6a47ef25755d4e177" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.3/SendbirdChatSDK.zip", :sha1 => "eb0cb92114ddd9ec84a871c076cb9dcbcadacafc" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 8f2ff7f

Please sign in to comment.