Skip to content

Commit

Permalink
Release - 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Feb 16, 2023
1 parent 9f81d21 commit d4f3f64
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,5 +1,9 @@
# Changelog

## v4.3.2 (Feb 16, 2023)

- Fixed group channel querying with nickname filters (`nicknameContainsFilter`, `nicknameExactMatchFilter`, `nicknameExactMatchFilter`) to behave the same whether or not local caching is enabled

## v4.3.1 (Feb 15, 2023)

- Added default value for `params` argument in each interface:
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.3.1/SendbirdChatSDK.xcframework.zip",
checksum: "7ace5489ddfddc712c9a0949141b3b61ee32e63b12d04430b3b61cca0b9e8b60"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.3.2/SendbirdChatSDK.xcframework.zip",
checksum: "42ef0313531fd1f5db125646e352fca36d3a00aa7c3002e1ebe2daba70bc2db9"
),
]
)
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.3.1"
s.version = "4.3.2"
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.3.1/SendbirdChatSDK.zip", :sha1 => "f357ef8cbd3d93d5dfbd123b66efb76eee395ad2" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.3.2/SendbirdChatSDK.zip", :sha1 => "73a8c30b723f4389150c7a81bbdf644026b44da4" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit d4f3f64

Please sign in to comment.