We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab222fd commit 88ef140Copy full SHA for 88ef140
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v3.1.35 (Nov 23, 2022)
4
+
5
+### Improvements
6
+- Improved stability
7
8
## v3.1.34 (Nov 17, 2022)
9
10
### Improvements
Package.swift
@@ -15,8 +15,8 @@ let package = Package(
15
targets: [
16
.binaryTarget(
17
name: "SendBirdSDK",
18
- url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.34/SendBirdSDK.xcframework.zip",
19
- checksum: "98ea4064f2a8884fde54ad96a8df1b580439d89fd8e582f3cce96d1c377509e6"
+ url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.35/SendBirdSDK.xcframework.zip",
+ checksum: "aec27b9ca6fbeba1522ed8400136702b3d3a9ee4643d3d74be3a6918db2ef528"
20
),
21
]
22
)
0 commit comments