diff --git a/CHANGELOG.md b/CHANGELOG.md index c206d3f..7d28604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.1](https://github.com/postalsys/haraka-plugin-mailauth/compare/v1.1.0...v1.1.1) (2024-10-02) + + +### Bug Fixes + +* **checkSpf:** Merge pull request [#3](https://github.com/postalsys/haraka-plugin-mailauth/issues/3) from haraka/release-1.1.1 ([5b92485](https://github.com/postalsys/haraka-plugin-mailauth/commit/5b92485fa3592645b854333c9b6a6cb7ef35449d)) +* **checkSpf:** use modern paths to connection attributes ([5b92485](https://github.com/postalsys/haraka-plugin-mailauth/commit/5b92485fa3592645b854333c9b6a6cb7ef35449d)) +* **checkSpf:** use modern paths to connection attributes ([3cdff3d](https://github.com/postalsys/haraka-plugin-mailauth/commit/3cdff3df09ff457f411d772b4447e846d6753f9d)) + ## [1.1.0](https://github.com/postalsys/haraka-plugin-mailauth/compare/v1.0.2...v1.1.0) (2024-04-16) diff --git a/package-lock.json b/package-lock.json index 7389a0b..82975c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "haraka-plugin-mailauth", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "haraka-plugin-mailauth", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "mailauth": "4.7.2" diff --git a/package.json b/package.json index 99d04dc..0c8e59c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haraka-plugin-mailauth", - "version": "1.1.0", + "version": "1.1.1", "description": "SPF, DKIM, DMARC, ARC, BIMI validator for Haraka", "main": "index.js", "files": [