From f525214f92a6daabebc432c3fca09cb1cf5caad8 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Thu, 18 Jul 2024 11:45:03 +0700 Subject: [PATCH] Bump version to v0.11.6 --- CHANGELOG.md | 17 +++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255a2fdb4..094207251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [0.11.6] - 2024-07-18 +### Added +- #2988 Upgrade to Flutter 3.22.2 +- Translation + +### Fixed +- #2907 Disable `YES/NO/MAYBE` action for events when missing `METHOD/ORGANIZER/ATTENDEES` +- #2945 Quick select for Request Read Receipt +- #2989 Drag n Drop text in Email composer +- #2946 Copy action for own email address in User information +- #3000 Long list of recipients in reading email +- #2871 Plain notificaiton for iOS +- #2929 Button is truncated in French or long text in Vacation banner +- #2972 Change color for `Clean` button +- #2928 Detect session expired and notice to user +- #2930 Inline image in Draft + ## [0.11.5001] - 2024-07-05 ### Added - #2877 Notification settings inside app diff --git a/pubspec.yaml b/pubspec.yaml index b1a38824b..4cb44e82c 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.11.5 +version: 0.11.6 environment: sdk: ">=3.0.0 <4.0.0"