Skip to content

Commit 46d07fb

Browse files
Merge pull request #145 from sendbird/release/4.37.1
Release 4.37.1
2 parents 3260763 + 687759c commit 46d07fb

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.37.1 (Feb 20, 2026)
4+
5+
### New Features
6+
- Add `message` property to `MultipleFilesMessageCreateParams`
7+
- Allows including a text message when sending multiple files in a single message
8+
39
## 4.37.0 (Feb 11, 2026)
410

511
### New Features

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ let package = Package(
1313
),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/sendbird/sendbird-auth-ios.git", .exact("0.0.10"))
16+
.package(url: "https://github.com/sendbird/sendbird-auth-ios.git", .exact("0.0.11"))
1717
],
1818
targets: [
1919
.binaryTarget(
2020
name: "SendbirdChatSDK",
21-
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.37.0/SendbirdChatSDK.xcframework.zip",
22-
checksum: "4a682995d91a9b74dec955f19880155279f27c4a69944cd131a3e388dc6e81d3"
21+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.37.1/SendbirdChatSDK.xcframework.zip",
22+
checksum: "0338f7dba31d8415bbcd3c18c8064cb69af17f829ca4fc4ed06789e935f12bb9"
2323
),
2424
.target(
2525
name: "SendbirdChatSDKWrapper",

SendbirdChatSDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendbirdChatSDK'
4-
s.version = "4.37.0"
4+
s.version = "4.37.1"
55
s.summary = 'Sendbird Chat iOS Framework'
66
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
77
s.homepage = 'https://sendbird.com'
@@ -15,12 +15,12 @@ Pod::Spec.new do |s|
1515
'Young Hwang' => 'young.hwang@sendbird.com',
1616
'Kai Lee' => 'kai.lee@sendbird.com'
1717
}
18-
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.37.0/SendbirdChatSDK.zip", :sha1 => "58e9025f484806836d3796b56e100be0fdbe6c32" }
18+
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.37.1/SendbirdChatSDK.zip", :sha1 => "ecb5d7236a370ace1cfa4db4a1fbd646320a3758" }
1919
s.requires_arc = true
2020
s.platform = :ios, '13.0'
2121
s.documentation_url = 'https://sendbird.com/docs/chat'
2222
s.ios.vendored_frameworks = 'SendbirdChatSDK/SendbirdChatSDK.xcframework'
23-
s.dependency 'SendbirdAuthSDK', '0.0.10'
23+
s.dependency 'SendbirdAuthSDK', '0.0.11'
2424
s.pod_target_xcconfig = {
2525
'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO'
2626
}

0 commit comments

Comments
 (0)