From 63db04a8e3d2ac348096f6ecfaefe8f791e02992 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Thu, 23 Jan 2025 22:29:54 +0700 Subject: [PATCH] Bump version to v0.14.12 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd48f6c3e..43c09c7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.14.12] - 2025-01-23 +### Fixed +- #3267 Preview HTML for mobile + ## [0.14.11] - 2025-01-21 ### Fixed - #3430 Reply/Forward indicator will be synced after sent email diff --git a/pubspec.yaml b/pubspec.yaml index 68b83214a..29a9586eb 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.11 +version: 0.14.12 environment: sdk: ">=3.0.0 <4.0.0"