From cd074a5d321c7ad6113de06ab10903209ef2f350 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Sun, 12 Oct 2025 09:36:48 +0700 Subject: [PATCH] Bump version to v0.19.6 (cherry picked from commit d9f9c1b794007caa3329cbb6fcc627e0612e2316) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b65e39a7..d9c235454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.19.6] - 2025-10-12 +### Fixed +- Remove Reply-to in one-line field + ## [0.19.5] - 2025-10-10 ### Fixed - Fix bug relate to recipients diff --git a/pubspec.yaml b/pubspec.yaml index 207b842ba..d4b6374ae 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.19.5 +version: 0.19.6 environment: sdk: ">=3.0.0 <4.0.0"