Skip to content

Commit

Permalink
Merge pull request #30 from sendbird/release/4.14.2
Browse files Browse the repository at this point in the history
Release 4.14.2
  • Loading branch information
sendbird-sdk-deployment authored Dec 28, 2023
2 parents 4113b4d + e857ee3 commit 2439299
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v4.14.2 (Dec 28, 2023)

### **Improvements**

- Improved stability

## v4.14.1 (Dec 21, 2023)

### **Improvements**
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.14.1/SendbirdChatSDK.xcframework.zip",
checksum: "bd440d0472e39bef47ec4da037305b0d88efcbf56b9ccdded65e96b8957d9c29"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.14.2/SendbirdChatSDK.xcframework.zip",
checksum: "55a901aadc5c72d09773c649ecc64f06f33334b9bfce3ff76614ad8373d26cae"
),
]
)
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.14.1"
s.version = "4.14.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 @@ -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.14.1/SendbirdChatSDK.zip", :sha1 => "c8c6a1f051fca0ee302047d5741e01de12230e74" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.14.2/SendbirdChatSDK.zip", :sha1 => "b2e762ad644d559a6afc604840d122c713ec5ddc" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 2439299

Please sign in to comment.