Skip to content

Commit 6fdf829

Browse files
committed
* Fixed duplicate message being returned in SBDMessageCollection's loadPrevious and loadNext
1 parent 36335b0 commit 6fdf829

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
### 3.1.26 (Sep 14, 2022)
3+
* Fixed duplicate message being returned in SBDMessageCollection's loadPrevious and loadNext
24

35
### 3.1.25 (Sep 5, 2022)
46
* Improved stability

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: [
1717
.binaryTarget(
1818
name: "SendBirdSDK",
19-
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.25/SendBirdSDK.xcframework.zip",
20-
checksum: "05cb019caaf7670daa486e2c9a1a482ba709f285044a90f0c33915c1ee22cfab"
19+
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.26/SendBirdSDK.xcframework.zip",
20+
checksum: "50f483802ecd2f66013f4a16e168532eaf2bab0689ede4bf142a74ed841f1bed"
2121
),
2222
]
2323
)

0 commit comments

Comments
 (0)