diff --git a/CHANGELOG.md b/CHANGELOG.md index 549266bf..6f4d59f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.1.3 +* Fix: Apply correct mailbox path separator - thanks [nruzzu](https://github.com/nruzzu)! +* Feat: add firstWhereOrNull search method for a Tree +* Feat: add identityFlag getter to Mailbox + # 2.1.2 * Fix: RangeError when a Mailbox name contains a parentheses - thanks [nruzzu](https://github.com/nruzzu) * Fix: base64 decoding of headers with a lowercase b diff --git a/pubspec.yaml b/pubspec.yaml index 3b11d3e2..13df8793 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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.2 +version: 2.1.3 homepage: https://github.com/Enough-Software/enough_mail environment: