diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f90e25a..4c91aeb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.14.3] - 2024-12-18 +### Fixed +- #3349 Sanitize HTML when forward/reply/replyAll an email +- #3349 Sanitize HTML when print email +- #3349 Add recipients information to the email body when forward/reply/replyAll an email + ## [0.14.3] - 2024-12-16 ### Fixed - Disable Spell check API diff --git a/pubspec.yaml b/pubspec.yaml index aba972db2..5c38a352c 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.14.3 +version: 0.14.4 environment: sdk: ">=3.0.0 <4.0.0"