Skip to content

Commit

Permalink
Release - 3.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Nov 17, 2022
1 parent 0743d1a commit ab222fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.1.34 (Nov 17, 2022)

### Improvements
- Fixed multiple concurrent connections issue

## v3.1.33 (Oct 27, 2022)

- Fixed metaArrays not being copied when copying a userMessage
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.33/SendBirdSDK.xcframework.zip",
checksum: "e180be33169fbfb0b9e5d69dc5ad553d7958c3d3392c8beec158b24f6095f96b"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.34/SendBirdSDK.xcframework.zip",
checksum: "98ea4064f2a8884fde54ad96a8df1b580439d89fd8e582f3cce96d1c377509e6"
),
]
)

0 comments on commit ab222fd

Please sign in to comment.