@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
4
4
5
5
### Unreleased
6
6
7
+ ### [ 1.7.1] - 2024-11-13
8
+
9
+ - deps: bump several versions to latest
10
+ - test: fix stale IP, new err code
11
+
7
12
### [ 1.7.0] - 2024-04-29
8
13
9
14
- feat: added HarakaMx #89
@@ -16,7 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
16
21
17
22
- feat: normalizeDomain, for punycode/IDN names
18
23
<!-- prettier-ignore -->
19
- - feat: get_mx now _ also_ returns implicit MX records
24
+ - feat: get \_ mx now _ also_ returns implicit MX records
20
25
- feat: added get_implicit_mx
21
26
- feat: added resolve_mx_hosts
22
27
- doc(Changes): fixed broken tag version links
@@ -206,7 +211,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
206
211
[ 1.3.4 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1.3.4
207
212
[ 1.3.5 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1.3.5
208
213
[ 1.3.6 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1.3.6
209
- [ 1.3.7 ] : https://github.com/haraka/haraka-net-utils/releases/tag/1 .3.7
214
+ [ 1.3.7 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1 .3.7
210
215
[ 1.4.0 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1.4.0
211
216
[ 1.4.1 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1.4.1
212
217
[ 1.5.0 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1.5.0
@@ -216,3 +221,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
216
221
[ 1.5.4 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1.5.4
217
222
[ 1.6.0 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1.6.0
218
223
[ 1.7.0 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1.7.0
224
+ [ 1.7.1 ] : https://github.com/haraka/haraka-net-utils/releases/tag/v1.7.1
0 commit comments