diff --git a/Changes.md b/Changes.md index 55ba329..f91b5ea 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,11 @@ ### Unreleased +### [1.1.3] - 2022-12-23 + +- fix print log (#6) + + ### [1.1.2] - 2022-12-21 - dep: depend on net-utils 1.5.0 @@ -31,3 +36,4 @@ [1.0.1]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.0.1 [1.1.2]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.1.2 +[1.1.3]: https://github.com/haraka/haraka-plugin-spf/releases/tag/1.1.3 diff --git a/package.json b/package.json index ea1437f..4563bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-spf", - "version": "1.1.2", + "version": "1.1.3", "description": "Sender Policy Framework (SPF) plugin for Haraka", "main": "index.js", "scripts": {