Skip to content

Commit

Permalink
Release - 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaesung Lee committed Sep 15, 2023
1 parent 674dc71 commit d6581f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v4.11.1 (Sep 15, 2023)

### **Improvements**
- Fixed an issue where `MessageCollection` doesn't update messages when reconnected.
- Stability improvements.

## v4.11.0 (Sep 01, 2023)

### **Improvements**
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.11.0/SendbirdChatSDK.xcframework.zip",
checksum: "52c6edc202193ea24ce1d6b467eb90f3b656f78c8da873228548ad65a8b10191"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.11.1/SendbirdChatSDK.xcframework.zip",
checksum: "9ee43fa7c3893ada51306953cbb5ca45a54e4fa5e04115d365b5f1649dd70878"
),
]
)
5 changes: 3 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.11.0"
s.version = "4.11.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 @@ -12,8 +12,9 @@ Pod::Spec.new do |s|
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Damon Park' => '[email protected]'
'Jaesung Lee' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.11.0/SendbirdChatSDK.zip", :sha1 => "83ba3999f107a328a70f79138082ae44966d26fd" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.11.1/SendbirdChatSDK.zip", :sha1 => "0b05eb5364131be160146bc292c79055dc09407c" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit d6581f0

Please sign in to comment.