File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff 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.2.0] ( https://github.com/GetStream/stream-feeds-swift/releases/tag/0.2.0 )
10+ _ August 19, 2025_
11+
712### ✅ Added
813- Support for notification feeds
914- Activity marking as seen and read
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1 .0 </string >
18+ <string >0.2 .0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ import Foundation
66
77extension SystemEnvironment {
88 /// A Stream Feeds version.
9- public static let version : String = " 0.2.0-SNAPSHOT "
9+ public static let version : String = " 0.2.0 "
1010}
You can’t perform that action at this time.
0 commit comments