diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fb2f9d..c38dbe8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.37.2](https://github.com/postalsys/emailengine/compare/v2.37.1...v2.37.2) (2023-10-03) + + +### Bug Fixes + +* **chat:** Bumped dependency to better parse output from OpenAI API ([0250da8](https://github.com/postalsys/emailengine/commit/0250da8c37b1ced730dc9e42a611e1d6bdc0a582)) + ## [2.37.1](https://github.com/postalsys/emailengine/compare/v2.37.0...v2.37.1) (2023-10-02) diff --git a/package.json b/package.json index 3e8d801e..3f6efcd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emailengine-app", - "version": "2.37.1", + "version": "2.37.2", "private": true, "productTitle": "EmailEngine", "description": "Email Sync Engine",