Skip to content

Commit

Permalink
Merge pull request #31 from sendbird/release/4.15.0
Browse files Browse the repository at this point in the history
Release 4.15.0
  • Loading branch information
sendbird-sdk-deployment authored Jan 12, 2024
2 parents 2439299 + 095368f commit 5559ddd
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.15.0 (Jan 12, 2024)

### **Improvements**

- Improved stability

## v4.14.2 (Dec 28, 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.2/SendbirdChatSDK.xcframework.zip",
checksum: "55a901aadc5c72d09773c649ecc64f06f33334b9bfce3ff76614ad8373d26cae"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.0/SendbirdChatSDK.xcframework.zip",
checksum: "24a7ee0dcfb6ca28b0737b5bfd57c11908d5414d36f51c4a2e07e342f65493db"
),
]
)
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.2"
s.version = "4.15.0"
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.2/SendbirdChatSDK.zip", :sha1 => "b2e762ad644d559a6afc604840d122c713ec5ddc" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.0/SendbirdChatSDK.zip", :sha1 => "dce362a6e18fd7132b6f0c90564c94f7482647d5" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 5559ddd

Please sign in to comment.