diff --git a/CHANGELOG.md b/CHANGELOG.md index dc62590..13059b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.8.16](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.15...v5.8.16) (2024-12-23) + + +### Bug Fixes + +* **catchall-header:** ZMS-184 ([#49](https://github.com/nodemailer/haraka-plugin-wildduck/issues/49)) ([6ca9d00](https://github.com/nodemailer/haraka-plugin-wildduck/commit/6ca9d009966b860c201e8b0c7c24856263369c3e)) + ## [5.8.15](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.14...v5.8.15) (2024-11-05) diff --git a/package-lock.json b/package-lock.json index 08a62af..1ca6490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.15", + "version": "5.8.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-wildduck", - "version": "5.8.15", + "version": "5.8.16", "license": "EUPL-1.1+", "dependencies": { "gelf": "2.0.1", diff --git a/package.json b/package.json index 45a706b..5c26f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.15", + "version": "5.8.16", "description": "Haraka plugin for processing incoming messages for the WildDuck IMAP server", "main": "index.js", "scripts": {