diff --git a/CHANGELOG.md b/CHANGELOG.md index dfde1d323..e7b8ce948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.15.1] - 2025-04-01 +### Changed +- Update User guide + +### Fixed +- Display name of auto completion +- #3584 PDF viewer in old Safari (16.6) +- #3585 Read receipt was not showed in mobile +- #3593 Close composer after reload maybe lost email + ## [0.15.0] - 2025-03-19 ### Added - #1192 Support multiple composer diff --git a/pubspec.yaml b/pubspec.yaml index 0bce08b05..dcbc42d69 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.0 +version: 0.15.1 environment: sdk: ">=3.0.0 <4.0.0"