diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b2a2e..3284402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.8.11](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.10...v5.8.11) (2024-04-19) + + +### Bug Fixes + +* **eslint:** Lock eslint version to v8 ([6b93f19](https://github.com/nodemailer/haraka-plugin-wildduck/commit/6b93f19a5eb3b189c92170138bf5bc8f6ec1a762)) +* init_wildduck_transaction in index, in case hook_mail not run ([#33](https://github.com/nodemailer/haraka-plugin-wildduck/issues/33)) ([30374bd](https://github.com/nodemailer/haraka-plugin-wildduck/commit/30374bd3621f723ee6069eb5f5a6bdfff68c9934)) +* **logging:** If DMARC was missing, then logging failed with an error ([830ad7d](https://github.com/nodemailer/haraka-plugin-wildduck/commit/830ad7dfe7c0f38949d90d7a9ca97a3c22f0065d)) + ## [5.8.10](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.9...v5.8.10) (2024-04-01) diff --git a/package-lock.json b/package-lock.json index 52af88d..d77df9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.10", + "version": "5.8.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-wildduck", - "version": "5.8.10", + "version": "5.8.11", "license": "EUPL-1.1+", "dependencies": { "gelf": "2.0.1", diff --git a/package.json b/package.json index f1cc631..93a3a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.10", + "version": "5.8.11", "description": "Haraka plugin for processing incoming messages for the WildDuck IMAP server", "main": "index.js", "scripts": {