diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfdf011..d1eb477c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.1.5 +* Fix: Ensure compatibility with Flutter 3.16 - thanks to [Tzanou123](https://github.com/Tzanou123)! + # 2.1.4 * Fix: use refreshed OAUTH tokens when using the high level MailClient API. * Fix: handle edge cases in IMAP `FETCH` responses. diff --git a/pubspec.yaml b/pubspec.yaml index dfa66eba..e876fcb9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: enough_mail description: IMAP, POP3 and SMTP for email developers. Choose between a low level and a high level API for mailing. Parse and generate MIME messages. Discover email settings. -version: 2.1.4 +version: 2.1.5 homepage: https://github.com/Enough-Software/enough_mail environment: