From e9d1078d1856a0d2ea137a96cd6647f7873458bf Mon Sep 17 00:00:00 2001 From: distiller Date: Fri, 12 Apr 2024 01:07:31 +0000 Subject: [PATCH] Release - 4.19.2 --- CHANGELOG.md | 8 ++++++++ Package.swift | 4 ++-- SendbirdChatSDK.podspec | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2e91c..1df66c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.19.2 (Apr 12, 2024) + +## Improvements +- Fixed feedback status changing when feedback payload is encoded +- Removed `v` from Sendbird ChatSDK tags +- SwiftLint integration and warning fixes +- Improved stability + ## v4.19.1 (Apr 05, 2024) - Improved stability. diff --git a/Package.swift b/Package.swift index d68c14a..a20aab9 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( targets: [ .binaryTarget( name: "SendbirdChatSDK", - url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.1/SendbirdChatSDK.xcframework.zip", - checksum: "4ee172c86920cec23e4a40a032737b6b387f723be5d6e4445143970dff416691" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.2/SendbirdChatSDK.xcframework.zip", + checksum: "b430ade45ce348f473330e2ae634fc7efc2b466a810b179db3fc5ab518fb7334" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 81a52da..404b34d 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.19.1" + s.version = "4.19.2" s.summary = 'Sendbird Chat iOS Framework' s.description = 'Messaging and Chat API for Mobile Apps and Websites' s.homepage = 'https://sendbird.com' @@ -16,7 +16,7 @@ Pod::Spec.new do |s| 'Young Hwang' => 'young.hwang@sendbird.com', 'Kai Lee' => 'kai.lee@sendbird.com' } - s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.19.1/SendbirdChatSDK.zip", :sha1 => "01687d5e228b7fbe72c020a265cac4b643f68214" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.2/SendbirdChatSDK.zip", :sha1 => "55806140f7dbc68a1e4b681bdead738fa721250f" } s.requires_arc = true s.platform = :ios, '12.0' s.documentation_url = 'https://sendbird.com/docs/chat'