Skip to content

Commit

Permalink
Release - 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed May 12, 2023
1 parent 61f6070 commit 8c5cd6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.8.2 (May 12, 2023)

- Added `includeParentMessageInfo` to `PinnedMessageListQueryParams`

## v4.8.1 (May 10, 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.8.1/SendbirdChatSDK.xcframework.zip",
checksum: "b2738f3cfc2cf351564ea2680983dd5659f7a02b37ed4a377c3732a1d4076d4a"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.8.2/SendbirdChatSDK.xcframework.zip",
checksum: "ace3adaf5557a10c0ae2842abcbd660d23f109bfe55c59e0bff57113552449f0"
),
]
)
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.8.1"
s.version = "4.8.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.8.1/SendbirdChatSDK.zip", :sha1 => "da46e193d2f228fa4370be6f7afd54367305baa1" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.8.2/SendbirdChatSDK.zip", :sha1 => "6ae4329e95833d775db2bdf5130551ac54d9b4d2" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 8c5cd6b

Please sign in to comment.