Skip to content

Commit

Permalink
Release - 3.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Dec 30, 2022
1 parent c24d0de commit 768a701
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v3.1.38 (Dec 30, 2022)

## Improvements

- Fixed a crash issue in WebSocket.
- Fixed reachability delegate to always run on main thread.

## v3.1.37 (Dec 13, 2022)

## 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.37/SendBirdSDK.xcframework.zip",
checksum: "6c2c3e8deff71b90e3ea3ce40cd4cfcb782ecb045f7f2e710e251e54f075ea3b"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.38/SendBirdSDK.xcframework.zip",
checksum: "6ba1ee352496bdc9173b01c915b8a14fdb0b79740ffbd47be1f99fcff4847e24"
),
]
)

0 comments on commit 768a701

Please sign in to comment.