File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## v3.1.51 (Jul 7, 2023)
3
+ ### ** Improvements**
4
+ - Improved stability
5
+ - Fixed an issue where completionHandler of SBDMain.initWithApplication does not get called if useCaching is set to false
2
6
3
7
## v3.1.50 (Jun 19, 2023)
4
8
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.50 /SendBirdSDK.xcframework.zip " ,
19
- checksum: " 4cc5b758ff6dd25a906ecf874fde8e2bdf4a87478d38adca1093142ac9b421e4 "
18
+ url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.51 /SendBirdSDK.xcframework.zip " ,
19
+ checksum: " e7d1458862df271a22d2bdc55e29e2f21303aec8eacdaa80705300dbe8900bc7 "
20
20
) ,
21
21
]
22
22
)
You can’t perform that action at this time.
0 commit comments