diff --git a/Changes.md b/Changes.md index ac025e3..ad4c3bd 100644 --- a/Changes.md +++ b/Changes.md @@ -1,10 +1,19 @@ ### Unreleased + +### [1.0.8] - 2023-05-25 + +#### Changed + +- doc(README) Update config file name #9 + + ### 1.0.7 - 2023-01-05 - handle Spamhaus DQS (#5): add a dqs_key config option and a [dbl.dq.spamhaus.net] zone, disabled by default + ### 1.0.6 - 2022-11-28 - test: increase timeout for DNSBL test @@ -28,3 +37,4 @@ [1.0.4]: https://github.com/haraka/haraka-plugin-uribl/releases/tag/1.0.4 [1.0.6]: https://github.com/haraka/haraka-plugin-uribl/releases/tag/1.0.6 +[1.0.8]: https://github.com/haraka/haraka-plugin-uribl/releases/tag/1.0.8 diff --git a/package.json b/package.json index 4077e52..ed8d77b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-uribl", - "version": "1.0.7", + "version": "1.0.8", "description": "Haraka plugin that checks domains in emails against URI blacklists", "main": "index.js", "scripts": {