diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d5de0..cb0adb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.0](https://github.com/postalsys/mailauth/compare/v4.6.9...v4.7.0) (2024-10-02) + + +### Features + +* **dkim-sign:** Added new Transfor stream class DkimSignStream to sign emails in a stream processing pipeline ([130a1a3](https://github.com/postalsys/mailauth/commit/130a1a3812fac2ad710f244510ca60887c2d33a9)) + ## [4.6.9](https://github.com/postalsys/mailauth/compare/v4.6.8...v4.6.9) (2024-08-22) diff --git a/package-lock.json b/package-lock.json index e59dde9..547ad3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mailauth", - "version": "4.6.9", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mailauth", - "version": "4.6.9", + "version": "4.7.0", "license": "MIT", "dependencies": { "@postalsys/vmc": "1.0.8", diff --git a/package.json b/package.json index 98ea91c..8fd1d89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mailauth", - "version": "4.6.9", + "version": "4.7.0", "description": "Email authentication library for Node.js", "main": "lib/mailauth.js", "scripts": {