Skip to content

Commit

Permalink
Release - 3.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jun 19, 2023
1 parent 1639fe5 commit 344d707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.1.50 (Jun 19, 2023)

### **Improvements**

- Fixed a crash that could occur when connecting users in multi-threading

## v3.1.49 (Jun 19, 2023)

### **Improvements**
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.49/SendBirdSDK.xcframework.zip",
checksum: "48ebac07124ccf9989cbc7ef2921af7b0901a393cd84e3b2aa6809894ff201d9"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.50/SendBirdSDK.xcframework.zip",
checksum: "4cc5b758ff6dd25a906ecf874fde8e2bdf4a87478d38adca1093142ac9b421e4"
),
]
)

0 comments on commit 344d707

Please sign in to comment.