Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sendbird/sendbird-chat-ios-spm
Browse files Browse the repository at this point in the history
  • Loading branch information
intoxicated committed Mar 28, 2022
2 parents 0e7a7e5 + 9d8087e commit f08e8cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/xcuserdata
.DS_Store
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
### v3.1.9 (Mar 18, 2022)
* Fixed issue with `getCachedMetadata()` in message collection.

### v3.1.8 (Mar 17, 2022)
* Fixed issue with `getCachedMetadata()` in local caching.

### v3.1.7 (Mar 8, 2022)
* Add custom type and super mode filter to `getTotalUnreadChannelCount`
* Add custom type and super mode filter to `getTotalUnreadChannelCount`.

### v3.1.6 (Mar 2, 2022)
* Fix issue with local caching where messages were loading slowly.
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.7/SendBirdSDK.xcframework.zip",
checksum: "fc39903752b25148fbc5b152f88ea6247fa5eed565b8594c810e2e756ff62176"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.9/SendBirdSDK.xcframework.zip",
checksum: "5432c53c69cf8f6b10762fa053b28b1b9547f3021a912baf597147e395cedfa0"
),
]
)

0 comments on commit f08e8cf

Please sign in to comment.