diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fbeed02..833927347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.22.1] - 2025-11-21 +### Added +- Translation: vi, ru, fr, uk, cn + +### Fixed +- Memory leak in focus node in ThreadDetailController +- Storage full message +- Empty state when no email in Favorites +- Cannot open inserted link in composer +- Resize image in composer +- Tooltip for link + ## [0.22.0] - 2025-11-17 ### Added - TF-4148: Add link to common settings in mobile application diff --git a/pubspec.yaml b/pubspec.yaml index cc6cb9f07..256327435 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.22.0 +version: 0.22.1 environment: sdk: ">=3.0.0 <4.0.0"