diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index b16550a1..50204ada 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.7.0 - 2026-05-26 + +### Bug Fixes + +- Do not crash if accepting new connection fails + +### Documentation + +- *(readme)* Remove docs for options removed in da9a116 (#162) + +### Features + +- [**breaking**] Remove passthrough options that allowed unencrypted mail to pass ## 0.6.6 - 2026-05-12 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 904ad901..4ae81fe6 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -508,7 +508,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.6.6" +version = "0.7.0" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index 080ad35f..981f4eb9 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.6.6" +version = "0.7.0" edition = "2024" license = "MIT" readme = "README.md"