Skip to content

Commit

Permalink
* Fixed duplicate message being returned in SBDMessageCollection's lo…
Browse files Browse the repository at this point in the history
…adPrevious and loadNext
  • Loading branch information
lookdeceline committed Sep 14, 2022
1 parent 36335b0 commit 6fdf829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
### 3.1.26 (Sep 14, 2022)
* Fixed duplicate message being returned in SBDMessageCollection's loadPrevious and loadNext

### 3.1.25 (Sep 5, 2022)
* Improved stability
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.25/SendBirdSDK.xcframework.zip",
checksum: "05cb019caaf7670daa486e2c9a1a482ba709f285044a90f0c33915c1ee22cfab"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.26/SendBirdSDK.xcframework.zip",
checksum: "50f483802ecd2f66013f4a16e168532eaf2bab0689ede4bf142a74ed841f1bed"
),
]
)

0 comments on commit 6fdf829

Please sign in to comment.