diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index 00007646..5904fd05 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.7.4 - 2026-07-01 + +### Features + +- *(logs)* Log incoming mailer-daemon message sources (#191) + +### Miscellaneous Tasks + +- Update filtermail.mtail (#190) + +### Testing + +- Place #[tokio::test] after rstest case macros (#192) ## 0.7.3 - 2026-06-27 ### Features diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 7af2d45c..c09b058b 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -565,7 +565,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.7.3" +version = "0.7.4" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index aeb44d4c..2318673d 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.7.3" +version = "0.7.4" edition = "2024" license = "MIT" readme = "README.md"