Skip to content

Commit

Permalink
Merge pull request #50 from sendbird/release/4.19.2
Browse files Browse the repository at this point in the history
Release 4.19.2
  • Loading branch information
sendbird-sdk-deployment authored Apr 12, 2024
2 parents 84d273c + e9d1078 commit 8588419
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.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"
),
]
)
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.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'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Kai Lee' => '[email protected]'
}
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'
Expand Down

0 comments on commit 8588419

Please sign in to comment.