Skip to content

Commit

Permalink
Merge pull request #78 from sendbird/release/4.23.2
Browse files Browse the repository at this point in the history
Release 4.23.2
  • Loading branch information
sendbird-sdk-deployment authored Dec 5, 2024
2 parents a1e8136 + 74126e0 commit d74a2a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.23.2 (Dec 05, 2024)

### Improvement
- MessageCollection channel related delegates are deprecated
- `messageCollection(_:context:updatedChannel:)` method is deprecated, use `messageCollection(_:channelContext:updatedChannel:)` instead
- `messageCollection(_:context:deletedChannel:)` method is deprecated, use `messageCollection(_:channelContext:deletedChannel:)` instead

## 4.23.1 (Nov 22, 2024)

### Improvement
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/4.23.1/SendbirdChatSDK.xcframework.zip",
checksum: "1a8d7df101f96e308ebba9ec6bc9298e1cac5900dd2ad504221371af1066ceae"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.23.2/SendbirdChatSDK.xcframework.zip",
checksum: "80e78f54106128baded802b554ad168a1783d1bda5c0d3d3712414d5cfb35ea9"
),
]
)
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.23.1"
s.version = "4.23.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 @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Young Hwang' => 'young.hwang@sendbird.com',
'Kai Lee' => 'kai.lee@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.23.1/SendbirdChatSDK.zip", :sha1 => "97a5c284c828ba7e0a296b8b39ce317eedf66cde" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.23.2/SendbirdChatSDK.zip", :sha1 => "684938eb4a2f2d982f856ca3b84708b71b6657b6" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit d74a2a8

Please sign in to comment.