diff --git a/CHANGELOG.md b/CHANGELOG.md index f400563e..549266bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 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 +* Feat: support more name variations for ISO codecs +* Feat: update dependencies - thanks [hatch01](https://github.com/hatch01) +* Feat: use standard serialization based on json_serializable +* Feat: Improve high level API fetch message support + # 2.1.1 * Loosened dependency restrictions a bit upon suggestion from [hpoul](https://github.com/Enough-Software/enough_mail/issues/194) * Added support for Big5, KOI8-r and KOI8-u character encodings diff --git a/pubspec.yaml b/pubspec.yaml index 80cd41ec..3b11d3e2 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.1 +version: 2.1.2 homepage: https://github.com/Enough-Software/enough_mail environment: