diff --git a/Changes.md b/Changes.md index 68e6058..268500a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,6 +1,11 @@ ### Unreleased +### [1.3.1] - 2023-03-02 + +- fix for loop returns (#35) + + ### [1.3.0] - 2023-02-23 - add: defer options, similar to spamassassin.js #32 @@ -74,3 +79,4 @@ [1.1.9]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.1.9 [1.2.0]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.2.0 [1.3.0]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.3.0 +[1.3.1]: https://github.com/haraka/haraka-plugin-rspamd/releases/tag/1.3.1 diff --git a/package.json b/package.json index a96d0a9..6b03eab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-rspamd", - "version": "1.3.0", + "version": "1.3.1", "description": "Haraka plugin for rspamd", "main": "index.js", "scripts": {