Skip to content

Commit

Permalink
Release v4.0.0-beta.2
Browse files Browse the repository at this point in the history
- Added new feature, Scheduled Messages
- Added new parameter, channel_type, to Polls interfaces
- Fixed 401 error when handling image File URL
  • Loading branch information
mininny committed Apr 29, 2022
1 parent d4cce74 commit 8472393
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 @@
# Change Log

### v4.0.0-beta.2 (Apr 29, 2022)
- Added new feature, Scheduled Messages
- Added new parameter, channel_type, to Polls interfaces
- Fixed 401 error when handling image File URL

### v4.0.0-beta (Apr 12, 2022)
- Codebase has been re-written from Objective-C to Swift.
- Naming of the Product has been changed from `SendBirdSDK` to `SendbirdChatSDK`.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta/SendbirdChatSDK.xcframework.zip",
checksum: "7ef3a28a79013503ade9d51ad48db65be2ddaf31722558d3a3b2408442dc0376"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.2/SendbirdChatSDK.xcframework.zip",
checksum: "98d3b2f071262555a74fe1c0912bd770c271912b6e81d96219e18ec8b73c43d5"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SendbirdChatSDK"
s.version = "4.0.0-beta"
s.version = "4.0.0-beta.2"
s.summary = "SendBird 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]",
"Erenst Hong" => "[email protected]"
}
s.source = { :http => 'https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta/SendbirdChatSDK.zip', :sha1 => '13bca8338a46657f9679496943af9a5818a8294b' }
s.source = { :http => 'https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.0-beta.2/SendbirdChatSDK.zip', :sha1 => 'd2ef4e2ab7a7531678dd0e7c985b78c83a066e15' }
s.requires_arc = true
s.platform = :ios, "9.0"
s.documentation_url = 'https://docs.sendbird.com/'
Expand Down

0 comments on commit 8472393

Please sign in to comment.