Skip to content

Commit 8aa9868

Browse files
Merge pull request #35 from sendbird/release/4.15.2
Release 4.15.2
2 parents 9bb38bb + eb3882f commit 8aa9868

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v4.15.2 (Jan 31, 2024)
4+
5+
- Improved stability
6+
37
## v4.15.1 (Jan 12, 2024)
48

59
- Initialization improving

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "SendbirdChatSDK",
18-
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.1/SendbirdChatSDK.xcframework.zip",
19-
checksum: "6290a53646c2aebb5a203c7b9155aa19403187900b13773a5623782e885e3c29"
18+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.2/SendbirdChatSDK.xcframework.zip",
19+
checksum: "1d14f52edc5f4ddebb53b8c76d5baa608d91657455d626ea78a4285aeca249e1"
2020
),
2121
]
2222
)

SendbirdChatSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendbirdChatSDK'
4-
s.version = "4.15.1"
4+
s.version = "4.15.2"
55
s.summary = 'Sendbird Chat iOS Framework'
66
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
77
s.homepage = 'https://sendbird.com'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
'Celine Moon' => '[email protected]',
1414
'Ernest Hong' => '[email protected]'
1515
}
16-
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.1/SendbirdChatSDK.zip", :sha1 => "6e41480095b6ed6bee37125fec2c9d0eec556024" }
16+
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.2/SendbirdChatSDK.zip", :sha1 => "8bffff7274b3c749bfa97367774dba2d7f234a87" }
1717
s.requires_arc = true
1818
s.platform = :ios, '11.0'
1919
s.documentation_url = 'https://sendbird.com/docs/chat'

0 commit comments

Comments
 (0)