diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0adb0..9bb1d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.1](https://github.com/postalsys/mailauth/compare/v4.7.0...v4.7.1) (2024-10-02) + + +### Bug Fixes + +* **dkim:** New class BodyHashStream ([88d2fad](https://github.com/postalsys/mailauth/commit/88d2fad329a9a6fc8ebc1da4efc1c4844ae49507)) + ## [4.7.0](https://github.com/postalsys/mailauth/compare/v4.6.9...v4.7.0) (2024-10-02) diff --git a/package-lock.json b/package-lock.json index 547ad3f..c88cf04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mailauth", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mailauth", - "version": "4.7.0", + "version": "4.7.1", "license": "MIT", "dependencies": { "@postalsys/vmc": "1.0.8", diff --git a/package.json b/package.json index 8fd1d89..3f9a10d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailauth", - "version": "4.7.0", + "version": "4.7.1", "description": "Email authentication library for Node.js", "main": "lib/mailauth.js", "scripts": {