Skip to content

Commit c0dee89

Browse files
authored
Release v1.2.2 (#14)
* check for DNS results befor iterating, fixes #13 * es6(lib/spf): replace 'self' with 'this'
1 parent 7d40ab9 commit c0dee89

File tree

4 files changed

+126
-113
lines changed

4 files changed

+126
-113
lines changed

Changes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
### Unreleased
33

44

5+
### [1.2.2] - 2023-06-22
6+
7+
- fix: check for DNS results befor iterating, fixes #13
8+
- es6(lib/spf): replace `self` with `this`
9+
10+
511
### [1.2.1] - 2023-06-19
612

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

1218

@@ -52,3 +58,4 @@
5258
[1.1.3]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.1.3
5359
[1.2.0]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.2.0
5460
[1.2.1]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.2.1
61+
[1.3.0]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.3.0

0 commit comments

Comments
 (0)