diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dd2a8..1bd713e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.8.8](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.7...v5.8.8) (2024-02-08) + + +### Bug Fixes + +* **logs:** added bimi and dmarc entries for dkim logs to graylog ([dca10a0](https://github.com/nodemailer/haraka-plugin-wildduck/commit/dca10a02b9e765327ee506ca7549b5d5e3911333)) + ## [5.8.7](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.6...v5.8.7) (2024-02-05) diff --git a/package-lock.json b/package-lock.json index f61aa8b..1eb557e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.7", + "version": "5.8.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-wildduck", - "version": "5.8.7", + "version": "5.8.8", "license": "EUPL-1.1+", "dependencies": { "gelf": "2.0.1", diff --git a/package.json b/package.json index f4eafaa..259c9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.7", + "version": "5.8.8", "description": "Haraka plugin for processing incoming messages for Wild Duck IMAP server", "main": "index.js", "scripts": {