From 13060b02943b4f9e43ee5aeb426c4c1ec7c64845 Mon Sep 17 00:00:00 2001 From: Distiller Date: Thu, 27 Oct 2022 09:44:08 +0000 Subject: [PATCH] Release - 4.1.2 --- CHANGELOG.md | 7 +++++++ Package.swift | 4 ++-- SendbirdChatSDK.podspec | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2453e8..5320010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Package.swift b/Package.swift index d230531..056211e 100644 --- a/Package.swift +++ b/Package.swift @@ -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" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 89084f0..5553154 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -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' @@ -13,7 +13,7 @@ Pod::Spec.new do |s| 'Celine Moon' => 'celine.moon@sendbird.com', 'Ernest Hong' => 'ernest.hong@sendbird.com' } - 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'