Skip to content

Commit 2ff26e3

Browse files
chore(master): release 2.48.1 (#455)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d82ca3f commit 2ff26e3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.48.1](https://github.com/postalsys/emailengine/compare/v2.48.0...v2.48.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **certs:** Show a proper error response for failed ACME validation requests ([71dfeba](https://github.com/postalsys/emailengine/commit/71dfeba07c9fd22c2b26003e6f4f44b1062ddbfc))
9+
* **oauth-api:** Use a default cloud value for outlook OAuth2 apps if AzureCloud is not specified ([1affc1d](https://github.com/postalsys/emailengine/commit/1affc1d8dd29ca96d18cd91af810c6abd7820058))
10+
* **oauth2:** Double check if OAuth2 account is actually already used before throwing AccountAlreadyExists error ([3f967a9](https://github.com/postalsys/emailengine/commit/3f967a93e6ade6d0f25429521cd551eb6f48de53))
11+
312
## [2.48.0](https://github.com/postalsys/emailengine/compare/v2.47.0...v2.48.0) (2024-10-14)
413

514

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emailengine-app",
3-
"version": "2.48.0",
3+
"version": "2.48.1",
44
"private": true,
55
"productTitle": "EmailEngine",
66
"description": "Email Sync Engine",

0 commit comments

Comments
 (0)