Skip to content

Commit 3ea8ab7

Browse files
author
Stream Bot
committed
Bump 4.81.0
1 parent 81c3ed1 commit 3ea8ab7

10 files changed

+15
-10
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.81.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.81.0)
9+
_July 03, 2025_
10+
611
## StreamChat
712
### ✅ Added
813
- Add support for Push v3 notification types [#3708](https://github.com/GetStream/stream-chat-swift/pull/3708)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<a href="https://sonarcloud.io/summary/new_code?id=GetStream_stream-chat-swift"><img src="https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-chat-swift&metric=coverage" /></a>
1414
</p>
1515
<p align="center">
16-
<img id="stream-chat-label" alt="StreamChat" src="https://img.shields.io/badge/StreamChat-7.55%20MB-blue"/>
17-
<img id="stream-chat-ui-label" alt="StreamChatUI" src="https://img.shields.io/badge/StreamChatUI-4.78%20MB-blue"/>
16+
<img id="stream-chat-label" alt="StreamChat" src="https://img.shields.io/badge/StreamChat-7.87%20MB-blue"/>
17+
<img id="stream-chat-ui-label" alt="StreamChatUI" src="https://img.shields.io/badge/StreamChatUI-4.84%20MB-blue"/>
1818
</p>
1919

2020
This is the official iOS SDK for [Stream Chat](https://getstream.io/chat/sdk/ios/), a service for building chat and messaging applications. This library includes both a low-level SDK and a set of reusable UI components.

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.81.0-SNAPSHOT"
10+
public static let version: String = "4.81.0"
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.80.0</string>
18+
<string>4.81.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.80.0</string>
18+
<string>4.81.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.80.0"
3+
spec.version = "4.81.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.80.0"
3+
spec.version = "4.81.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.80.0"
3+
spec.version = "4.81.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.80.0"
3+
spec.version = "4.81.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)