From 1ca700a6aa4e5d0e2b01b314377e856081a40dca Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 25 May 2023 12:30:40 -0700 Subject: [PATCH] update changes --- Changes.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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": {