Skip to content

Commit

Permalink
Release - 3.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Apr 7, 2023
1 parent 6b6904f commit ba10a08
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.45 (Apr 07, 2023)

### **Improvements**

- Fixed crash issue that occurs when websocket disconnects

## v3.1.44 (Mar 10, 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.44/SendBirdSDK.xcframework.zip",
checksum: "cbba5d76cb0dd1fb614ca23bc263f7af7635ff4285987e3735a4e3f713327b43"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.45/SendBirdSDK.xcframework.zip",
checksum: "ce175250a0bb164acdba9ca2dd50e9f1cc6338ddb1b46e7596559aa1e788500c"
),
]
)

0 comments on commit ba10a08

Please sign in to comment.