Skip to content

Commit cfccbe1

Browse files
committed
Release 4.0.0-beta.9
1 parent 14db168 commit cfccbe1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## v4.0.0-beta.8 (June 8, 2022)
3+
## v4.0.0-beta.9 (Jun 10, 2022)
44

55
*Contains all changes since v4.0.0-beta*
66

@@ -24,6 +24,7 @@
2424
* When operatorUserIDs = nil, exclude operator_ids field from json request
2525
* Added mentioned message template
2626
* Added id to User, BaseChannel and BaseMessage to conform to Identifiable
27+
* Add MyMemberStateFilter for group channel count and channel query
2728
* Fixed SBDPushTemplate.default and SBDPushTemplate.alternative as public
2829
* Changed User's userID type from optional String to non-optional String
2930
* Added a function to send scheduled messages immediately

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "SendbirdChatSDK",
18-
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.8/SendbirdChatSDK.xcframework.zip",
19-
checksum: "b5cedc4920319fe0e16139deb12919bdf63b84bd0bde77ff39cd3aa7792301ed"
18+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.9/SendbirdChatSDK.xcframework.zip",
19+
checksum: "22cc9533e78948e761a0f10c376fcb4b95cf60110c4e551f3810dddec2b132ce"
2020
),
2121
]
2222
)

SendbirdChatSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SendbirdChatSDK'
3-
s.version = "4.0.0-beta.8"
3+
s.version = "4.0.0-beta.9"
44
s.summary = 'Sendbird Chat iOS Framework'
55
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
66
s.homepage = 'https://sendbird.com'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
'Celine Moon' => '[email protected]',
1313
'Ernest Hong' => '[email protected]'
1414
}
15-
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.8/SendbirdChatSDK.zip", :sha1 => "cba3eabe10453c9b737eeee5279235424198c4f2" }
15+
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.9/SendbirdChatSDK.zip", :sha1 => "25bd572a840089651c6d520ac66366e8e9b33caf" }
1616
s.requires_arc = true
1717
s.platform = :ios, '9.0'
1818
s.documentation_url = 'https://sendbird.com/docs/chat'

0 commit comments

Comments
 (0)