From d51b7bc9f4c24bfc34d4dd8d062110d0f08ed377 Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 15 Jun 2023 16:25:58 +0700 Subject: [PATCH] Bump version to `v0.8.1` (cherry picked from commit bf0a88c3b485f1a77b1de732a849bf180bb88558) --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf2f8892..571ecc20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.8.1] - 2023-06-15 +### Added +- Support RTL mode +- Dockerfile - Add new stage for minify js file +- \[Docs\] Configure OIDC +- Support configuration for OIDC scopes + +### Fixed +- Fix disable connected network toast notification + ## [0.8.0] - 2023-06-12 ### Added - TF-1786 Write stories for swipe in email item in ThreadView @@ -129,6 +139,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.8.1]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.1 [0.8.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.0 [0.7.11]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.11 [0.7.10]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.10 diff --git a/pubspec.yaml b/pubspec.yaml index da90773ef..398ea3f23 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.8.0 +version: 0.8.1 environment: sdk: ">=2.19.2 <3.0.0"