From 474db795420b9375ad2efcbe6fd53a7070ce6bf0 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 20 Jun 2025 17:20:14 +0700 Subject: [PATCH] Bump version to v0.16.3 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9823a5357..856a4fa04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.16.3] - 2025-06-20 +### Added +- Translation + +### Fixed +- lottie not work in EML preview +- style for Trash/Spam banner mobile +- #3791 sending queue email lost body + ## [0.16.2] - 2025-06-20 ### Fixed - [iOS] update privacy manifest for lottie library diff --git a/pubspec.yaml b/pubspec.yaml index 622cfe6c4..2774ead42 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.16.2 +version: 0.16.3 environment: sdk: ">=3.0.0 <4.0.0"