diff --git a/CHANGELOG.md b/CHANGELOG.md index fde21dd5..88f6dbfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.25 +- Add support to discover email settings using the `Discover` class. + ## 0.0.24 - Improve parsing of IMAP `BODYSTRUCTURE` responses to FETCH commands. - Add message media types. diff --git a/pubspec.yaml b/pubspec.yaml index 735a155b..9f364a26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: enough_mail description: IMAP, POP3 and SMTP clients in pure Dart. Provides low level support for these mail protocols. -version: 0.0.24 +version: 0.0.25 homepage: https://github.com/Enough-Software/enough_mail environment: