diff --git a/CHANGELOG.md b/CHANGELOG.md index 0000764..5904fd0 100644 --- a/CHANGELOG.md +++ b/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/Cargo.lock b/Cargo.lock index 7af2d45..c09b058 100644 --- a/Cargo.lock +++ b/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/Cargo.toml b/Cargo.toml index aeb44d4..2318673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.7.3" +version = "0.7.4" edition = "2024" license = "MIT" readme = "README.md"