diff --git a/CHANGELOG.md b/CHANGELOG.md index c5f671719..7b5deca67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.24.12] - 2026-02-24 +### Fixed +- TF-4336 Inbox should be above Favorite folder +- TF-4337 Translate in Fr +- TF-4339 CORS issue with open-configuration + ## [0.24.11] - 2026-02-12 ### Fixed - Fix email list does not automatically refill after bulk delete (#4323) diff --git a/pubspec.yaml b/pubspec.yaml index 2ae3e5183..80ccf3237 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.11 +version: 0.24.12 environment: sdk: ">=3.0.0 <4.0.0"