diff --git a/CHANGELOG.md b/CHANGELOG.md index c727c3f..468812c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog + +## 4.0.13 (Sep 16, 2022) +* Fixed crash issue when using `SendbirdChat.add(_:identifier)` + ## 4.0.12 (Sep 14, 2022) * Added metaData related logic for filtering in GroupChannelListQuery.belongsTo * Renamed methods in `SendbirdChat` diff --git a/Package.swift b/Package.swift index 3790850..b94d76e 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.0.12/SendbirdChatSDK.xcframework.zip", - checksum: "da82c6fea28e486f94881621eee65bd761f533e15a94b14c451e94b162117999" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.13/SendbirdChatSDK.xcframework.zip", + checksum: "d5a4b245208ba21c89624b2bab813389e146403b466a47284e41e60e830742cd" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 84e1bb3..7079427 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.0.12" + s.version = "4.0.13" 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.0.12/SendbirdChatSDK.zip", :sha1 => "41b2336a46216b7883be5175903bc07587e8a9a4" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.13/SendbirdChatSDK.zip", :sha1 => "dc61f3b6df61538a5b222edaa418e470d8c79b12" } s.requires_arc = true s.platform = :ios, '9.0' s.documentation_url = 'https://sendbird.com/docs/chat'