Skip to content

Commit

Permalink
Release - 4.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Sep 2, 2022
1 parent 5abbd00 commit 3400e11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.0.11 (Sep 2, 2022)
* Fixed a bug where a dirty flag of a group channel is handled improperly

## 4.0.10 (Aug 31, 2022)
* Added MessageSearchQuery's totalCount and made it public
* Fixed memory problem when continuously sending large files
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.10/SendbirdChatSDK.xcframework.zip",
checksum: "dea7d829b15bfc56ded0de01ee334ad255e7f776b28367524165916b4a71f14f"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.11/SendbirdChatSDK.xcframework.zip",
checksum: "e8276e45cd054d61d0a27a5a68e04d9d9b98793786ce004259e1dfcab6d14c61"
),
]
)
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.10"
s.version = "4.0.11"
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.10/SendbirdChatSDK.zip", :sha1 => "e8b874fc4f0efcabd6a8d211675403b4a5e6c2d7" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.11/SendbirdChatSDK.zip", :sha1 => "5f85952f9ae55c3d36fcf1698fa96517a57bce9b" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 3400e11

Please sign in to comment.