Skip to content

Commit

Permalink
Release - 3.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Feb 16, 2023
1 parent abe3459 commit 5e878fa
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.41 (Feb 16, 2023)

## Improvements

- Fixed potential memory issue when closing websocket

## v3.1.40 (Jan 12, 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.40/SendBirdSDK.xcframework.zip",
checksum: "0140a46ce0832f091c48d7f54fefc6b926a82f9d6d63a83f1d964d71b405a37d"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.41/SendBirdSDK.xcframework.zip",
checksum: "ddbd15df08682d8c4d1cafa3cfdc4305933d93db00cae7bb0711915c3128f8f6"
),
]
)

0 comments on commit 5e878fa

Please sign in to comment.