Skip to content

Commit

Permalink
Merge pull request #80 from sendbird/release/4.24.1
Browse files Browse the repository at this point in the history
Release 4.24.1
  • Loading branch information
sendbird-sdk-deployment authored Dec 30, 2024
2 parents d485f85 + fe80295 commit 0b18430
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

## 4.24.1 (Dec 30, 2024)

### Improvement
- Fixes an issue where changes to a user’s information(nickname, profile imge) were not reflected in `SuperGroupChannel`.
## 4.24.0 (Dec 19, 2024)

### Features
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.24.0/SendbirdChatSDK.xcframework.zip",
checksum: "df248d4daae0160990c20b673d0e58ec3ee042db63c0046cc5be60fd49db95aa"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.1/SendbirdChatSDK.xcframework.zip",
checksum: "27a8f6df6e9e783cb80b10d96f29a0ae52d217b29642c9476a08fe2323c71d7a"
),
]
)
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.24.0"
s.version = "4.24.1"
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' => '[email protected]',
'Kai Lee' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.0/SendbirdChatSDK.zip", :sha1 => "b4f0db72083bd2ee41092fc72d91475ae59cb2fc" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.24.1/SendbirdChatSDK.zip", :sha1 => "e054ef72e54ae1a6900f19b5c132c07ffab52d0a" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 0b18430

Please sign in to comment.