From aa0433aab93a7a9302bd7dd79991b1560eb5d6d5 Mon Sep 17 00:00:00 2001 From: dab246 Date: Wed, 19 Jul 2023 10:08:23 +0700 Subject: [PATCH] Bump version to `v0.8.7` (cherry picked from commit 965c1799b37810f52da4836390be84b6c0e1b315) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aabbe51248..8d334727c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.8.7] - 2023-07-19 +### Fixed +- \#1912 Fix rendering issue on TMail when reading an email +- Fix re-login app when token expires in OIDC + ## [0.8.6] - 2023-07-14 ### Added - \#1486 Support inserting images in identity @@ -190,6 +195,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.8.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.7 [0.8.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.6 [0.8.5]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.5 [0.8.4]: https://github.com/linagora/tmail-flutter/releases/tag/v0.8.4 diff --git a/pubspec.yaml b/pubspec.yaml index 41d834b92e..3d6212cd91 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.6 +version: 0.8.7 environment: sdk: ">=2.19.2 <3.0.0"