diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad412c4..1433ffae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.49.0](https://github.com/postalsys/emailengine/compare/v2.48.7...v2.49.0) (2024-11-10) + + +### Features + +* **delegated-accounts:** Allow using credentials from another existing account for a shared MS365 mailbox account ([fc17b02](https://github.com/postalsys/emailengine/commit/fc17b029c06c4053342fd10834b221828af1e387)) +* **delegated-accounts:** Allow using delegated MS Graph API accounts; pull request [#475](https://github.com/postalsys/emailengine/issues/475) from postalsys/shared-ms-api ([f0627e9](https://github.com/postalsys/emailengine/commit/f0627e9cf382c72acfe0e2134dd8fb1e0e5a1239)) + + +### Bug Fixes + +* **gateway:** Fixed gateway based sending for API accounts ([86c2c02](https://github.com/postalsys/emailengine/commit/86c2c02cc8f73d7967dd9fd37c3fb0fee9abefba)) + ## [2.48.7](https://github.com/postalsys/emailengine/compare/v2.48.6...v2.48.7) (2024-11-07) diff --git a/package-lock.json b/package-lock.json index a21afcf5..30d7f4bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emailengine-app", - "version": "2.48.7", + "version": "2.49.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emailengine-app", - "version": "2.48.7", + "version": "2.49.0", "license": "LICENSE_EMAILENGINE", "dependencies": { "@bugsnag/js": "8.1.2", diff --git a/package.json b/package.json index 93f946d4..88c24ebb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emailengine-app", - "version": "2.48.7", + "version": "2.49.0", "private": true, "productTitle": "EmailEngine", "description": "Email Sync Engine",