diff --git a/CHANGELOG.md b/CHANGELOG.md index addfcf8..5ad7d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.8](https://github.com/postalsys/mailauth/compare/v4.6.7...v4.6.8) (2024-06-04) + + +### Bug Fixes + +* **dmarc-alignment:** Fixed tldts usage to allow private domains ([cc7dfa8](https://github.com/postalsys/mailauth/commit/cc7dfa8d820c1a4112602340192010354d51cd52)) + ## [4.6.7](https://github.com/postalsys/mailauth/compare/v4.6.6...v4.6.7) (2024-05-30) diff --git a/package-lock.json b/package-lock.json index 2ca74d7..071cd5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mailauth", - "version": "4.6.7", + "version": "4.6.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mailauth", - "version": "4.6.7", + "version": "4.6.8", "license": "MIT", "dependencies": { "@postalsys/vmc": "1.0.8", diff --git a/package.json b/package.json index 2239782..f618c64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailauth", - "version": "4.6.7", + "version": "4.6.8", "description": "Email authentication library for Node.js", "main": "lib/mailauth.js", "scripts": {