Skip to content

Commit

Permalink
feat: release v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Dec 8, 2023
1 parent 9fe7d2d commit 7587d07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.6
* Fix: Fix serialization of ServerConfig - thanks to [RobinJespersen](https://github.com/RobinJespersen)!
* Feat: allow to specify connection timeout in high level API and increase default timeout

# 2.1.5
* Fix: Ensure compatibility with Flutter 3.16 - thanks to [Tzanou123](https://github.com/Tzanou123)!

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 2.1.6
homepage: https://github.com/Enough-Software/enough_mail

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
encrypt: ^5.0.0
enough_convert: ^1.5.0
event_bus: ^2.0.0
intl: ^0.18.0
intl: ^0.19.0
json_annotation: ^4.8.0
pointycastle: ^3.6.0
synchronized: ^3.1.0
Expand All @@ -24,6 +24,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.3.0
json_serializable: ^6.3.0
lints: ^2.0.1
lints: ^3.0.0
test: ^1.20.1
timezone: ^0.9.0

0 comments on commit 7587d07

Please sign in to comment.