diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1545eaf..c5f671719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.24.10] - 2026-02-12 +## [0.24.11] - 2026-02-12 ### Fixed - Fix email list does not automatically refill after bulk delete (#4323) - TF-4329 Fix rogue mailbox set request for favorite diff --git a/pubspec.yaml b/pubspec.yaml index 689754e3d..2ae3e5183 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.10 +version: 0.24.11 environment: sdk: ">=3.0.0 <4.0.0"