Bump version to v0.8.1

(cherry picked from commit bf0a88c3b485f1a77b1de732a849bf180bb88558)
This commit is contained in:
dab246
2023-06-15 16:25:58 +07:00
committed by Dat H. Pham
parent e17c4a87f6
commit d51b7bc9f4
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -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
+1 -1
View File
@@ -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"