diff --git a/CHANGELOG.md b/CHANGELOG.md index e78ddacfd..5992af5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.24.1] - 2026-01-28 +### Added +- enable source map when building web application +- Translate vi, ru, fr + ## [0.24.0] - 2026-01-27 ### Added - TF-4169: Add Labels module with JMAP Label/get, Label/set, Label/changes methods diff --git a/pubspec.yaml b/pubspec.yaml index c601a7ab5..81338692b 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.0 +version: 0.24.1 environment: sdk: ">=3.0.0 <4.0.0"