diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6e8a557..1299df6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.7.11] - 2023-06-05 +### Changed +- Upgrade version flutter-typeahead + ## [0.7.10] - 2023-06-05 ### Added - Keep N recently opened email in the cache @@ -113,6 +117,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[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 [0.7.9]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.9 [0.7.8]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.8 diff --git a/pubspec.yaml b/pubspec.yaml index ed5700543..2f8c23d75 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.7.10 +version: 0.7.11 environment: sdk: ">=2.19.2 <3.0.0"