From 00b5054dd3e639e58849bc3c4c40b4f2be6c4708 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Thu, 5 Mar 2026 11:54:48 +0700 Subject: [PATCH] Bump version to v0.25.0 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc60a9053..df4c0b0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.25.0] - 2026-03-05 +### Added +- TF-4303 Change order for label action +- Implement auto sync label changes from websocket + +### Fixed +- TF-4354 Activate Label by default for all users + ## [0.24.14] - 2026-02-27 ### Fixed - TF-4350 cannot focus in folder creator modal and create rule modal in Safari when email open diff --git a/pubspec.yaml b/pubspec.yaml index fa107660b..acd04b9e2 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.24.14 +version: 0.25.0 environment: sdk: ">=3.0.0 <4.0.0"