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/).
4
4
5
5
# Upcoming
6
6
7
+ ### 🔄 Changed
8
+
9
+ # [ 0.2.0] ( https://github.com/GetStream/stream-feeds-swift/releases/tag/0.2.0 )
10
+ _ August 19, 2025_
11
+
7
12
### ✅ Added
8
13
- Support for notification feeds
9
14
- Activity marking as seen and read
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.1 .0 </string >
18
+ <string >0.2 .0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ import Foundation
6
6
7
7
extension SystemEnvironment {
8
8
/// A Stream Feeds version.
9
- public static let version : String = " 0.2.0-SNAPSHOT "
9
+ public static let version : String = " 0.2.0 "
10
10
}
You can’t perform that action at this time.
0 commit comments