Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Nov 19, 2024
1 parent e93b6df commit 03219f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 03219f7

Please sign in to comment.