diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index fe850828..dda61448 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.7.2 - 2026-06-26 + +### Documentation + +- *(readme)* Disable colors in mermaid diagrams (#180) +- *(readme)* Update Transport mode doc + +### Features + +- *(transport)* Destination worker pool + +### Refactor + +- Implement Display for AddressDomain + +### Testing + +- Test filtermail-transport ## 0.7.1 - 2026-06-09 ### Bug Fixes diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 27bec1f5..41964162 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -565,7 +565,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index 8d425e25..1b2a2c53 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.7.1" +version = "0.7.2" edition = "2024" license = "MIT" readme = "README.md"