diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7033c1..7533e523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.2.1 +- Handle raw data in parameter values of IMAP `FETCH` responses. + # 1.2.0 - Thanks to [KevinBLT](https://github.com/KevinBLT) mime messages will now always have a valid date header. - The high level search API has been extended and access simplified diff --git a/pubspec.yaml b/pubspec.yaml index 81385376..e6f91cbb 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: 1.2.0 +version: 1.2.1 homepage: https://github.com/Enough-Software/enough_mail environment: @@ -12,7 +12,7 @@ dependencies: crypto: ^3.0.1 encrypt: ^5.0.0 pointycastle: ^3.0.1 - basic_utils: ^3.0.0 + basic_utils: ^3.0.1 xml: ^5.1.0 intl: ^0.17.0 enough_serialization: ^1.3.0