Skip to content

Commit 35e9c74

Browse files
author
Stream Bot
committed
Bump 5.0.0
1 parent ac1043b commit 35e9c74

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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+
# [5.0.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/5.0.0)
9+
_April 16, 2026_
10+
611
### βœ… Added
712
- Redesign attachment uploading progress and error state indicators [#1408](https://github.com/GetStream/stream-chat-swiftui/pull/1408)
813
- Add inline upload progress and retry UI for file attachments [#1408](https://github.com/GetStream/stream-chat-swiftui/pull/1408)

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p align="center">
66
<a href="https://sonarcloud.io/summary/new_code?id=GetStream_stream-chat-swiftui"><img src="https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-chat-swiftui&metric=coverage" /></a>
77

8-
<img id="stream-chat-swiftui-label" alt="StreamChatSwiftUI" src="https://img.shields.io/badge/StreamChatSwiftUI-8.65%20MB-blue"/>
8+
<img id="stream-chat-swiftui-label" alt="StreamChatSwiftUI" src="https://img.shields.io/badge/StreamChatSwiftUI-8.06%20MB-blue"/>
99
</p>
1010

1111
## SwiftUI StreamChat SDK

β€ŽSources/StreamChatSwiftUI/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
enum SystemEnvironment {
99
/// A Stream Chat version.
10-
public static let version: String = "5.1.0-SNAPSHOT"
10+
public static let version: String = "5.0.0"
1111
}

0 commit comments

Comments
Β (0)