We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1639fe5 commit 344d707Copy full SHA for 344d707
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v3.1.50 (Jun 19, 2023)
4
+
5
+### **Improvements**
6
7
+- Fixed a crash that could occur when connecting users in multi-threading
8
9
## v3.1.49 (Jun 19, 2023)
10
11
### **Improvements**
Package.swift
@@ -15,8 +15,8 @@ let package = Package(
15
targets: [
16
.binaryTarget(
17
name: "SendBirdSDK",
18
- url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.49/SendBirdSDK.xcframework.zip",
19
- checksum: "48ebac07124ccf9989cbc7ef2921af7b0901a393cd84e3b2aa6809894ff201d9"
+ url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.50/SendBirdSDK.xcframework.zip",
+ checksum: "4cc5b758ff6dd25a906ecf874fde8e2bdf4a87478d38adca1093142ac9b421e4"
20
),
21
]
22
)
0 commit comments