diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d53d6306..362468a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.15.5] - 2025-05-19 +### Fixed +- Changing position of Get help button in Left menu +- Open email in new tab Safari v16.6 +- #3735 Clearer warning message in composer when adding recipient +- #3740 Duplicate signature when changing From field +- Back button in Search list mobile +- #3701 Translation for favorite toggle + ## [0.15.4] - 2025-05-19 ### Fixed - #3691 support html escape in search result diff --git a/pubspec.yaml b/pubspec.yaml index 39462b23c..1b2146bc6 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.15.4 +version: 0.15.5 environment: sdk: ">=3.0.0 <4.0.0"