Skip to content

Commit

Permalink
Release - 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Mar 24, 2023
1 parent 16ffd46 commit 804a9ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v4.6.2 (Mar 24, 2023)

### Improvements
- Fixed group channel collection's channelList not being updated properly after hiding a channel
- Added ephemeral support for open channels
- Fixed a bug where the 'Allowed domains' denies the connection from the SDK

## v4.6.1 (Mar 20, 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.6.1/SendbirdChatSDK.xcframework.zip",
checksum: "7bf0ac2606efe680a745e350d77fe7ae3fa601821190b9db072bcd2b6ff65e72"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.6.2/SendbirdChatSDK.xcframework.zip",
checksum: "d611a5f5dbd064099a7362a1c0794500e45db6570aa1e09766ddd7d75a8e6eb3"
),
]
)
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.6.1"
s.version = "4.6.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' => 'celine.moon@sendbird.com',
'Ernest Hong' => 'ernest.hong@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.6.1/SendbirdChatSDK.zip", :sha1 => "d186016fbfa137241eeb88b322fbf0e908f17ae4" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.6.2/SendbirdChatSDK.zip", :sha1 => "1c37454f90702eff74d4778f3b85851104bc9f1c" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 804a9ec

Please sign in to comment.