From 03219f73f6e9db1da15525d1565dd7b57e2214e3 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 19 Nov 2024 11:40:14 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489baf1..5669725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### Unreleased -- fix: undefined variable in mech_mx if no valid MX found +### [1.2.9] - 2024-11-19 + +- fix: undefined variable exception when no MX is found, #32 - add: new spf_record_include_match property to allow for additional filtering ### [1.2.8] - 2024-10-07 @@ -95,3 +97,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). [1.2.4]: https://github.com/haraka/haraka-plugin-spf/releases/tag/v1.2.4 [1.2.5]: https://github.com/haraka/haraka-plugin-spf/releases/tag/v1.2.5 [1.2.7]: https://github.com/haraka/haraka-plugin-spf/releases/tag/v1.2.7 +[1.2.9]: https://github.com/haraka/haraka-plugin-spf/releases/tag/v1.2.9 diff --git a/package.json b/package.json index 07639ad..3288f30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-spf", - "version": "1.2.8", + "version": "1.2.9", "description": "Sender Policy Framework (SPF) plugin for Haraka", "main": "index.js", "files": [