diff --git a/CHANGELOG.md b/CHANGELOG.md index 2292d6aa9..042436682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.17.0] - 2025-07-21 +### Fixed +- Blank email in thread detail after open email from notification +- Content spacing between email in thread detail +- Temporary disable Toggle quote in iOS (due to platform issue: click link in web view) + ## [0.17.0] - 2025-07-20 ### Added - TF-3881 Thread Detail improvements and fixes. diff --git a/pubspec.yaml b/pubspec.yaml index 02d09a334..3458f246c 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.0 +version: 0.17.1 environment: sdk: ">=3.0.0 <4.0.0"