Skip to content

Commit

Permalink
Bump version to v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Feb 6, 2024
1 parent 4dafebe commit ffbc02e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.11.5] - 2024-02-06
### Added
- \#2532 add attachment + inline button in app bar of composer

### Fixed
- Build iOS failed because of inappWebview

## [0.11.4] - 2024-02-03
### Added
- Add content-Language & Accept-Languagle to body
Expand Down Expand Up @@ -407,6 +414,7 @@
- \#1512 remove plain text input for signature
- \#1469 remove animation when navigating screen

[0.11.5]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.5
[0.11.4]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.4
[0.11.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.3
[0.11.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.2
Expand Down Expand Up @@ -436,4 +444,4 @@
[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
[0.7.7]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.7
[0.7.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.6
[0.7.6]: https://github.com/linagora/tmail-flutter/releases/tag/v0.7.6
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.11.4
version: 0.11.5

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit ffbc02e

Please sign in to comment.