diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d31641..1f7354d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.37.6](https://github.com/postalsys/emailengine/compare/v2.37.5...v2.37.6) (2023-10-17) + + +### Bug Fixes + +* **about:** Added a dedicated page for license and legal information ([077b38f](https://github.com/postalsys/emailengine/commit/077b38f4edfe711109fab809327adcaa55204b40)) +* **accountCounters:** added counters object that contains cumulative counter of all account specific triggered events ([67613a3](https://github.com/postalsys/emailengine/commit/67613a3bb5e69dc06304a6a5441b997e52e7b5f1)) +* **documentstore:** do not report missing email as an error ([58130c7](https://github.com/postalsys/emailengine/commit/58130c786b21fcb75ce48e557c5b8f19edbb7581)) +* **license:** added a section to the license about source code usage ([a923d3b](https://github.com/postalsys/emailengine/commit/a923d3bba28bf3831aa79face17c75ad65ace002)) + ## [2.37.5](https://github.com/postalsys/emailengine/compare/v2.37.4...v2.37.5) (2023-10-11) diff --git a/package.json b/package.json index 31ef7f83..7df2f479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emailengine-app", - "version": "2.37.5", + "version": "2.37.6", "private": true, "productTitle": "EmailEngine", "description": "Email Sync Engine",