Skip to content

Commit b281b23

Browse files
Merge branch 'develop' of https://github.com/GetStream/stream-chat-swift into v5
2 parents dffd2fd + d3724f9 commit b281b23

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33

44
# Upcoming
55

6+
### 🔄 Changed
7+
8+
# [4.89.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.89.0)
9+
_September 22, 2025_
10+
611
## StreamChat
712
### ✅ Added
813
- Expose `NewLocationInfo.init` [#3815](https://github.com/GetStream/stream-chat-swift/pull/3815)

Sources/StreamChat/Generated/SystemEnvironment+Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import Foundation
77

88
extension SystemEnvironment {
99
/// A Stream Chat version.
10-
public static let version: String = "4.89.0-SNAPSHOT"
10+
public static let version: String = "4.90.0-SNAPSHOT"
1111
}

Sources/StreamChat/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.88.0</string>
18+
<string>4.89.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Sources/StreamChatUI/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.88.0</string>
18+
<string>4.89.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

StreamChat-XCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChat-XCFramework"
3-
spec.version = "4.88.0"
3+
spec.version = "4.89.0"
44
spec.summary = "StreamChat iOS Client"
55
spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."
66

StreamChat.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChat"
3-
spec.version = "4.88.0"
3+
spec.version = "4.89.0"
44
spec.summary = "StreamChat iOS Chat Client"
55
spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications."
66

StreamChatArtifacts.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

StreamChatUI-XCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChatUI-XCFramework"
3-
spec.version = "4.88.0"
3+
spec.version = "4.89.0"
44
spec.summary = "StreamChat UI Components"
55
spec.description = "StreamChatUI SDK offers flexible UI components able to display data provided by StreamChat SDK."
66

StreamChatUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "StreamChatUI"
3-
spec.version = "4.88.0"
3+
spec.version = "4.89.0"
44
spec.summary = "StreamChat UI Components"
55
spec.description = "StreamChatUI SDK offers flexible UI components able to display data provided by StreamChat SDK."
66

0 commit comments

Comments
 (0)