Skip to content

Commit

Permalink
Release - 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Nov 16, 2022
1 parent 427986a commit 77b422a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v4.1.6 (Nov 16, 2022)

### Improvements
* Fixed a bug where `GroupChannelCollection::loadMore`'s `completionHandler` is not called under iOS 13

## v4.1.5 (Nov 09, 2022)

### 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.1.5/SendbirdChatSDK.xcframework.zip",
checksum: "67c428aaf5b9c336fcb83bd727894121eae596fa48f5f7461861cc9fab0559fc"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.6/SendbirdChatSDK.xcframework.zip",
checksum: "3a038c8739308151c1b405e7fb8f12592a59aedab2b884d421bba2343543adfc"
),
]
)
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.1.5"
s.version = "4.1.6"
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.1.5/SendbirdChatSDK.zip", :sha1 => "4b6a012c835da557db58aadd95b3d949021c165d" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.6/SendbirdChatSDK.zip", :sha1 => "a56a605dd5ef5139d09a2c63f177c51798e02439" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 77b422a

Please sign in to comment.