Skip to content

Commit

Permalink
Bump version to v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed May 22, 2024
1 parent 0b09157 commit 9ebb84b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
## [0.11.3414] - 2024-05-03
## [0.11.4] - 2024-05-22
### Fixed
- #2599 Prevent notification flood by set silent for all notification except group notification
- #2860 Improve notification for iOS to update with APN requirements
- #2850 Replace new TWP app's icons
- #825 Download email as EML file
- #2858 Store CalendarEvent actions in `keywords`
- #2859 Insert l10n in CalendarEvent actions
- Translation vn, fr

### Added
- #2425 CalendarEvent actions: Adccept/Maybe/Reject

## [0.11.3-patch4-16] - 2024-05-07
### Fixed
- #2835 Change properly exception handler for AuthenticationOIDCDatasource
- #2830 Add forward recipient directly when click on Add recipient button

## [0.11.3-patch4-15] - 2024-05-18
### Fixed
- Upgrade AppAuth library in iOS
- Fix iOS build

## [0.11.3-patch4-14] - 2024-05-03
### Fixed
- FR translation for read receipt
- #2810 Handle crashed when no browser available for OIDC
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.11.3
version: 0.11.4

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

0 comments on commit 9ebb84b

Please sign in to comment.