diff --git a/CHANGELOG.md b/CHANGELOG.md index 9658e3492..89682cd95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.17.3] - 2025-08-22 +## [0.18.0] - 2025-08-22 ### Added - #3834 Remember user sort - #3912 [Thread Detail] Real time update issue diff --git a/pubspec.yaml b/pubspec.yaml index 07e6e8d27..60ef417b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.17.3 +version: 0.18.0 environment: sdk: ">=3.0.0 <4.0.0"