Skip to content

Commit

Permalink
* Improved console logging when invoking channel change event
Browse files Browse the repository at this point in the history
  • Loading branch information
lookdeceline committed Jul 19, 2022
1 parent 8f45c1e commit fed7ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v3.1.19 (Jul 19, 2022)
* Improved console logging when invoking channel change event

### v3.1.18 (May 31, 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.18/SendBirdSDK.xcframework.zip",
checksum: "2592446c55c98d3937956f755172707ffb95d687948657c9e9f140560954695b"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.19/SendBirdSDK.xcframework.zip",
checksum: "645269c52950286bc122e0ef1f3903f77c233b6091b0682e3a7cfa4d23e7884d"
),
]
)

0 comments on commit fed7ddb

Please sign in to comment.