Skip to content

Commit

Permalink
Release - 3.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Apr 13, 2023
1 parent ba10a08 commit 73a348e
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.46 (Apr 13, 2023)

### **Improvements**

- Fixed crash issue that occurs when websocket disconnects

## v3.1.45 (Apr 07, 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.45/SendBirdSDK.xcframework.zip",
checksum: "ce175250a0bb164acdba9ca2dd50e9f1cc6338ddb1b46e7596559aa1e788500c"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.46/SendBirdSDK.xcframework.zip",
checksum: "989c0078a61ec365052e08d6e7615f35cd64032cf340dbb0af27933d709e3184"
),
]
)

0 comments on commit 73a348e

Please sign in to comment.