Skip to content

Commit

Permalink
Release - 4.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Sep 16, 2022
1 parent 080a1b0 commit b97a477
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
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.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"
),
]
)
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.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'
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.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'
Expand Down

0 comments on commit b97a477

Please sign in to comment.