File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.1.45 (Apr 07, 2023)
4
+
5
+ ### ** Improvements**
6
+
7
+ - Fixed crash issue that occurs when websocket disconnects
8
+
3
9
## v3.1.44 (Mar 10, 2023)
4
10
5
11
### ** Improvements**
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ let package = Package(
15
15
targets: [
16
16
. binaryTarget(
17
17
name: " SendBirdSDK " ,
18
- url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.44 /SendBirdSDK.xcframework.zip " ,
19
- checksum: " cbba5d76cb0dd1fb614ca23bc263f7af7635ff4285987e3735a4e3f713327b43 "
18
+ url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.45 /SendBirdSDK.xcframework.zip " ,
19
+ checksum: " ce175250a0bb164acdba9ca2dd50e9f1cc6338ddb1b46e7596559aa1e788500c "
20
20
) ,
21
21
]
22
22
)
You can’t perform that action at this time.
0 commit comments