diff --git a/filtermail/CHANGELOG.md b/filtermail/CHANGELOG.md index 3dcfd734..80ad9619 100644 --- a/filtermail/CHANGELOG.md +++ b/filtermail/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.1 - 2026-02-17 + +### Miscellaneous Tasks + +- *(tests)* Add a way to disable DKIM for tests (#50) ## 0.4.0 - 2026-02-17 ### Features diff --git a/filtermail/Cargo.lock b/filtermail/Cargo.lock index 8b8f0b95..d4abf1ef 100644 --- a/filtermail/Cargo.lock +++ b/filtermail/Cargo.lock @@ -382,7 +382,7 @@ checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "filtermail" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-trait", "base64", diff --git a/filtermail/Cargo.toml b/filtermail/Cargo.toml index d84f2d2f..7226a015 100644 --- a/filtermail/Cargo.toml +++ b/filtermail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filtermail" -version = "0.4.0" +version = "0.4.1" edition = "2024" license = "MIT" readme = "README.md"