Skip to content

Commit

Permalink
Release v1.2.2 (haraka#14)
Browse files Browse the repository at this point in the history
* check for DNS results befor iterating, fixes haraka#13
* es6(lib/spf): replace 'self' with 'this'
  • Loading branch information
msimerson authored Jul 10, 2023
1 parent 7d40ab9 commit c0dee89
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 113 deletions.
9 changes: 8 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
### Unreleased


### [1.2.2] - 2023-06-22

- fix: check for DNS results befor iterating, fixes #13
- es6(lib/spf): replace `self` with `this`


### [1.2.1] - 2023-06-19

- fix: call skip_hosts via 'this' instead of exports (#11)
- skip configuration was being ignored
- es6: replace `plugin` with `this`
- es6(index): replace `plugin` with `this`
- deps: bump versions to latest


Expand Down Expand Up @@ -52,3 +58,4 @@
[1.1.3]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.1.3
[1.2.0]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.2.0
[1.2.1]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.2.1
[1.3.0]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.3.0
Loading

0 comments on commit c0dee89

Please sign in to comment.