Skip to content

Commit

Permalink
Merge pull request #3 from sendbird/release/3.1.51
Browse files Browse the repository at this point in the history
Release - 3.1.51
  • Loading branch information
lookdeceline authored Jul 7, 2023
2 parents 344d707 + 9b2ad9a commit aa48af5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## v3.1.51 (Jul 7, 2023)
### **Improvements**
- Improved stability
- Fixed an issue where completionHandler of SBDMain.initWithApplication does not get called if useCaching is set to false

## v3.1.50 (Jun 19, 2023)

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.50/SendBirdSDK.xcframework.zip",
checksum: "4cc5b758ff6dd25a906ecf874fde8e2bdf4a87478d38adca1093142ac9b421e4"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.51/SendBirdSDK.xcframework.zip",
checksum: "e7d1458862df271a22d2bdc55e29e2f21303aec8eacdaa80705300dbe8900bc7"
),
]
)

0 comments on commit aa48af5

Please sign in to comment.