Skip to content

Commit

Permalink
Release - 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Oct 27, 2022
1 parent 9b87624 commit 13060b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v4.1.2 (Oct 27, 2022)

* Fixed `MarkAsDelivered(remoteNotificationPayload: completionHandler:)` to work without being connected
* Fixed a deserialized fileMessage's eKey not updating
* Added reachability log
* Fixed concurrency issue on user connection

## v4.1.1 (Oct 21, 2022)

- Fixed a bug where the request ID of the user message response sent through the API is empty
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.1/SendbirdChatSDK.xcframework.zip",
checksum: "7fae5f0e9ed8d6ef13519051c2c33402b695a26b9c83e3ccc62013e2654ad910"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.2/SendbirdChatSDK.xcframework.zip",
checksum: "78fa720ab117291e3dd7836f2d5bcabe0c96673061302df020ecab3f8624187d"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.1.1"
s.version = "4.1.2"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.1/SendbirdChatSDK.zip", :sha1 => "09f66ff0b661b2b33c095f68bb9b39d6af3535e3" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.2/SendbirdChatSDK.zip", :sha1 => "686f8c04fa975641e4376c80aa5152d8d97357c7" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 13060b0

Please sign in to comment.