diff --git a/CHANGELOG.md b/CHANGELOG.md index bc72563..27b2a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.8.10](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.9...v5.8.10) (2024-04-01) + + +### Bug Fixes + +* **deps:** Bumped wildduck from 1.42.1 to 1.42.5 ([a97d048](https://github.com/nodemailer/haraka-plugin-wildduck/commit/a97d048ee240afa219adaf2d58c08c655bf66aeb)) + ## [5.8.9](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.8...v5.8.9) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index d192f8c..05d4b90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.9", + "version": "5.8.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-wildduck", - "version": "5.8.9", + "version": "5.8.10", "license": "EUPL-1.1+", "dependencies": { "gelf": "2.0.1", diff --git a/package.json b/package.json index 2f074d7..31f6c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.9", + "version": "5.8.10", "description": "Haraka plugin for processing incoming messages for Wild Duck IMAP server", "main": "index.js", "scripts": {