Skip to content

Commit

Permalink
Release - 3.1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jun 19, 2023
1 parent 869c38e commit 1639fe5
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.49 (Jun 19, 2023)

### **Improvements**

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

## v3.1.48 (Apr 26, 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.48/SendBirdSDK.xcframework.zip",
checksum: "65b379a63a32dc90e93c5f2f4546ab25e2a900d6eac2f215b2495fa1d76d7f65"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.49/SendBirdSDK.xcframework.zip",
checksum: "48ebac07124ccf9989cbc7ef2921af7b0901a393cd84e3b2aa6809894ff201d9"
),
]
)

0 comments on commit 1639fe5

Please sign in to comment.