diff --git a/CHANGELOG.md b/CHANGELOG.md index aea0f4d5..0f0ff16c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.48.1](https://github.com/postalsys/emailengine/compare/v2.48.0...v2.48.1) (2024-10-18) + + +### Bug Fixes + +* **certs:** Show a proper error response for failed ACME validation requests ([71dfeba](https://github.com/postalsys/emailengine/commit/71dfeba07c9fd22c2b26003e6f4f44b1062ddbfc)) +* **oauth-api:** Use a default cloud value for outlook OAuth2 apps if AzureCloud is not specified ([1affc1d](https://github.com/postalsys/emailengine/commit/1affc1d8dd29ca96d18cd91af810c6abd7820058)) +* **oauth2:** Double check if OAuth2 account is actually already used before throwing AccountAlreadyExists error ([3f967a9](https://github.com/postalsys/emailengine/commit/3f967a93e6ade6d0f25429521cd551eb6f48de53)) + ## [2.48.0](https://github.com/postalsys/emailengine/compare/v2.47.0...v2.48.0) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index 797e954f..4000fdfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emailengine-app", - "version": "2.48.0", + "version": "2.48.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emailengine-app", - "version": "2.48.0", + "version": "2.48.1", "license": "LICENSE_EMAILENGINE", "dependencies": { "@bugsnag/js": "8.0.0", diff --git a/package.json b/package.json index 97e2f77b..fcea1bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emailengine-app", - "version": "2.48.0", + "version": "2.48.1", "private": true, "productTitle": "EmailEngine", "description": "Email Sync Engine",