Skip to content

Commit

Permalink
Release - 4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Apr 12, 2023
1 parent 41c9e47 commit 5eeec7a
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.6.6 (Apr 12, 2023)

### Improvements
- Changed default value of nextResultSize and prevResultSize in MessageCollection to 40
- Stability improvements

## v4.6.5 (Apr 10, 2023)

- Fixed a bug where a group channel collection returns channels for other user who used the device
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.5/SendbirdChatSDK.xcframework.zip",
checksum: "4bd1377e0f4870168ab004bd258a31c12300c14ba7adef4a7ea0414b27aed3df"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.6.6/SendbirdChatSDK.xcframework.zip",
checksum: "83bc147f7a19aa9028eed663e7d13b511611f06ed6c62e0c4872df7536ade2c2"
),
]
)
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.5"
s.version = "4.6.6"
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.5/SendbirdChatSDK.zip", :sha1 => "eb3f12a47f0d2dd7862e54fbbfdc07f7113c1a17" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.6.6/SendbirdChatSDK.zip", :sha1 => "41ede01de59260a6ef5f410f7cbb74e931d432d9" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 5eeec7a

Please sign in to comment.