Skip to content

Commit aa48af5

Browse files
authored
Merge pull request #3 from sendbird/release/3.1.51
Release - 3.1.51
2 parents 344d707 + 9b2ad9a commit aa48af5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 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
26

37
## v3.1.50 (Jun 19, 2023)
48

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
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"
2020
),
2121
]
2222
)

0 commit comments

Comments
 (0)