diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1b59b..44dd2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.8.7](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.6...v5.8.7) (2024-02-05) + + +### Bug Fixes + +* **deps:** bumped deps for fixes ([a527c41](https://github.com/nodemailer/haraka-plugin-wildduck/commit/a527c41bf74cdbc2d223d1bfca468094b0db1d76)) + ## [5.8.6](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.5...v5.8.6) (2024-01-26) diff --git a/package-lock.json b/package-lock.json index f022cf1..284d1ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.6", + "version": "5.8.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-wildduck", - "version": "5.8.6", + "version": "5.8.7", "license": "EUPL-1.1+", "dependencies": { "gelf": "2.0.1", diff --git a/package.json b/package.json index 744f6b1..bfc1878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.6", + "version": "5.8.7", "description": "Haraka plugin for processing incoming messages for Wild Duck IMAP server", "main": "index.js", "scripts": {