From 0ef986a2f5d6f6624e7f35616e1c4138b166bab5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:40:54 +0000 Subject: [PATCH] chore(master): release 5.8.3 [skip-ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb4772..b96dbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.8.3](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.2...v5.8.3) (2024-01-25) + + +### Bug Fixes + +* **dkim:** Log dkim signatures ([89a0b0b](https://github.com/nodemailer/haraka-plugin-wildduck/commit/89a0b0bbec4cca5a2b12f620d04220d01771915b)) +* **mbix_full:** Return a hard bounce for full mailbox ([d596226](https://github.com/nodemailer/haraka-plugin-wildduck/commit/d59622638b5599418ff062d5bd2ace1011c17f02)) + ## [5.8.2](https://github.com/nodemailer/haraka-plugin-wildduck/compare/v5.8.1...v5.8.2) (2023-10-17) diff --git a/package-lock.json b/package-lock.json index f13562c..ab006e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.2", + "version": "5.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-wildduck", - "version": "5.8.2", + "version": "5.8.3", "license": "EUPL-1.1+", "dependencies": { "gelf": "2.0.1", diff --git a/package.json b/package.json index 6433f88..d9d25fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-wildduck", - "version": "5.8.2", + "version": "5.8.3", "description": "Haraka plugin for processing incoming messages for Wild Duck IMAP server", "main": "index.js", "scripts": {