Prepare v0.11.10 (#1002)

This commit is contained in:
Paolo Barbolini
2024-10-23 23:04:45 +02:00
committed by GitHub
parent eb42651401
commit 51794aa912
5 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
<a name="v0.11.10"></a>
### v0.11.10 (2024-10-23)
#### Bug fixes
* Ignore disconnect errors when `pool` feature of SMTP transport is disabled ([#999])
* Use case insensitive comparisons for matching login challenge requests ([#1000])
[#999]: https://github.com/lettre/lettre/pull/999
[#1000]: https://github.com/lettre/lettre/pull/1000
<a name="v0.11.9"></a>
### v0.11.9 (2024-09-13)