diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed049059..ba3b486b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ ## [0.12.0] - 2024-07-18 ### Added - #2988 Upgrade to Flutter 3.22.2 -- Translation +- Translation vi, ru, fr, mfe ### Fixed - #2907 Disable `YES/NO/MAYBE` action for events when missing `METHOD/ORGANIZER/ATTENDEES` @@ -42,6 +42,7 @@ - #2972 Change color for `Clean` button - #2928 Detect session expired and notice to user - #2930 Inline image in Draft +- MarkAsSpam not displayed when editing rule filter ## [0.11.5001] - 2024-07-05 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index 2f84a7b9a..b0b4e9fab 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.12.1 +version: 0.13.0 environment: sdk: ">=3.0.0 <4.0.0"