Skip to content

Commit

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

## v4.0.15 (Oct 12, 2022)
* Added public interface
* Added synchronous initialize for SendbirdChat
* Removed unused keys from body of MarkAsDelivered request

## 4.0.14 (Sep 28, 2022)
* Added nicknameStartsWithFilter, nicknameExactMatchFilter feature in GroupChannelListQuery and its params
* Implemented history of channel membership where clients can now track whether users have joined or left the channel (`MemberState.left` for left members of a `GroupChannel`)
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.14/SendbirdChatSDK.xcframework.zip",
checksum: "25eb8ff725c645b7a05b7b53fba7669034b25bb3ea316c00ce6ad7a4202476e3"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.15/SendbirdChatSDK.xcframework.zip",
checksum: "a5f19ce7c144c7a211fea74e18f0f02fb94a741b6fc782175ec534bb6e44a78a"
),
]
)
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.14"
s.version = "4.0.15"
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.14/SendbirdChatSDK.zip", :sha1 => "51535b8c1e098e7d0effa1f1ca0d706301e15803" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.15/SendbirdChatSDK.zip", :sha1 => "71bbeb81b46e72dc84f7d555800ae1bc9b9125c7" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 3fd3ca7

Please sign in to comment.