Skip to content

Commit

Permalink
Merge pull request #39 from sendbird/release/4.16.1
Browse files Browse the repository at this point in the history
Release 4.16.1
  • Loading branch information
sendbird-sdk-deployment authored Feb 21, 2024
2 parents 964ccac + ee87ae5 commit 9112468
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.16.1 (Feb 21, 2024)

### Improvements
- Fix an issue where the `completionHandler` of `sendFileMessage` would be called multiple times.

## v4.16.0 (Feb 16, 2024)

### New Interfaces
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.16.0/SendbirdChatSDK.xcframework.zip",
checksum: "d1be91620a9121b898f6964fd2cbdf81ff87792a235dc52a01a1650fc8a36d5e"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.16.1/SendbirdChatSDK.xcframework.zip",
checksum: "42144c63a0f9e132df8aebfdb4ccdfaff0c1c796e93f5b0bd6ea226bca37c492"
),
]
)
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.16.0"
s.version = "4.16.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 @@ -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.16.0/SendbirdChatSDK.zip", :sha1 => "3698d26d354d7be000a4e2522773b7b2b3710118" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.16.1/SendbirdChatSDK.zip", :sha1 => "d44c067e4893b8584a65c6175073b92b00793961" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 9112468

Please sign in to comment.