Skip to content

Commit

Permalink
Release - 4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Dec 2, 2022
1 parent 9e67d51 commit 5492091
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v4.1.8 (Dec 02, 2022)

### Improvements
* Added `urlSession(_:task:didCompleteWithError:)` method implementation to the native web socket engine

## v4.1.7 (Nov 29, 2022)

### 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.1.7/SendbirdChatSDK.xcframework.zip",
checksum: "7312ecacf63e2bcac75a71c471f7132fcafbf1058413ca18ee28d2ffd4514e7c"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.8/SendbirdChatSDK.xcframework.zip",
checksum: "32caed1645b96c6d9afd2d708df800205e98714a039370e8e9d3fe2e7278e241"
),
]
)
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.1.7"
s.version = "4.1.8"
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.1.7/SendbirdChatSDK.zip", :sha1 => "2d1a63f1d16386be5674d85f61fd7bff87f5d00f" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.8/SendbirdChatSDK.zip", :sha1 => "a5f82b28070c3dffb793c0641e6e74e46b546aae" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 5492091

Please sign in to comment.