Skip to content

Commit

Permalink
Merge pull request #85 from sendbird/release/4.25.1
Browse files Browse the repository at this point in the history
Release 4.25.1
  • Loading branch information
sendbird-sdk-deployment authored Mar 6, 2025
2 parents ca9c98b + 6eec1fc commit 31b2cae
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

## 4.25.1 (Mar 06, 2025)

## Improvements
- Fixed a bug where an `apiHost`'s trailing path gets cut off when set from `SendbirdChat.connect` and `SendbirdChat.authenticate`

## 4.25.0 (Feb 27, 2025)

## 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/4.25.0/SendbirdChatSDK.xcframework.zip",
checksum: "337b88db7c5770f10a30529acb608887b1ecbd843aea222421bcdeb81c87236e"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.1/SendbirdChatSDK.xcframework.zip",
checksum: "119ee4eef677d35f342aeb3a4c4b6f8fdf876429cb7c40245ecf5bb331fa1c5e"
),
]
)
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.25.0"
s.version = "4.25.1"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Kai Lee' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.0/SendbirdChatSDK.zip", :sha1 => "de8b8a93dd5f363053e314909067eba2a43a14e5" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.25.1/SendbirdChatSDK.zip", :sha1 => "1154d07665bf62f0c1da45792ea46e52a247547e" }
s.requires_arc = true
s.platform = :ios, '13.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 31b2cae

Please sign in to comment.