Skip to content

Commit e7f407b

Browse files
author
Stream Bot
committed
Bump 0.5.0
1 parent 64baf32 commit e7f407b

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
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
# Upcoming
66

7+
### 🔄 Changed
8+
9+
# [0.5.0](https://github.com/GetStream/stream-feeds-swift/releases/tag/0.5.0)
10+
_November 19, 2025_
11+
712
### ✅ Added
813
- Update local state when using activity batch operations in `FeedsClient` [#52](https://github.com/GetStream/stream-feeds-swift/pull/52)
914
- Keep `FeedData.ownCapabilities` up to date in every model when handling web-socket events [#51](https://github.com/GetStream/stream-feeds-swift/pull/51)

Sources/StreamFeeds/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>0.4.0</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Sources/StreamFeeds/Utils/SystemEnvironment+Version.swift

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

77
extension SystemEnvironment {
88
/// A Stream Feeds version.
9-
public static let version: String = "0.5.0-SNAPSHOT"
9+
public static let version: String = "0.5.0"
1010
}

0 commit comments

Comments
 (0)