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.47 (Apr 13, 2023)
4
+
5
+ ### ** Improvements**
6
+
7
+ - Fixed completion to be called only once when the received websocket command is an error
8
+
3
9
## v3.1.46 (Apr 13, 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.46 /SendBirdSDK.xcframework.zip " ,
19
- checksum: " 989c0078a61ec365052e08d6e7615f35cd64032cf340dbb0af27933d709e3184 "
18
+ url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.47 /SendBirdSDK.xcframework.zip " ,
19
+ checksum: " 741a31653c0bce7b0653929da99dbde226e312414d24c5adc0051ca1014f8703 "
20
20
) ,
21
21
]
22
22
)
You can’t perform that action at this time.
0 commit comments