Skip to content

Commit

Permalink
Bump version to v0.8.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 965c179)
  • Loading branch information
dab246 committed Jul 19, 2023
1 parent 0d2f6fc commit aa0433a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa0433a

Please sign in to comment.