Skip to content

Commit

Permalink
Merge pull request #36 from sendbird/release/4.15.3
Browse files Browse the repository at this point in the history
Release 4.15.3
  • Loading branch information
sendbird-sdk-deployment authored Feb 2, 2024
2 parents 8aa9868 + d1403e2 commit 2dd62c7
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

## v4.15.3 (Feb 02, 2024)

- Improved unread message count logic

## v4.15.2 (Jan 31, 2024)

- Improved stability
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.15.2/SendbirdChatSDK.xcframework.zip",
checksum: "1d14f52edc5f4ddebb53b8c76d5baa608d91657455d626ea78a4285aeca249e1"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.3/SendbirdChatSDK.xcframework.zip",
checksum: "562c1796772e30559b95a28af8dc7359fdb97e833b653c63720a3a4a84e22160"
),
]
)
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.15.2"
s.version = "4.15.3"
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.15.2/SendbirdChatSDK.zip", :sha1 => "8bffff7274b3c749bfa97367774dba2d7f234a87" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.3/SendbirdChatSDK.zip", :sha1 => "0ee0380a2e23b7be940eb542d65bccb8e16c353a" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 2dd62c7

Please sign in to comment.