diff --git a/CHANGELOG.md b/CHANGELOG.md index 255fc2e88..5121c2a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.1](https://github.com/polonel/trudesk/compare/v1.1.0...v1.1.1) (2020-01-02) + + +### Bug Fixes + +* **accounts:** issue where accounts would load twice on create ticket ([6aa507b](https://github.com/polonel/trudesk/commit/6aa507b)) +* **events:** [#294](https://github.com/polonel/trudesk/issues/294) server crash on sending mail ([b126338](https://github.com/polonel/trudesk/commit/b126338)) +* **tickets:** issue where not all users would load on behalf of ticket ([7ca56f5](https://github.com/polonel/trudesk/commit/7ca56f5)) + # [1.1.0](https://github.com/polonel/trudesk/compare/v1.0.17...v1.1.0) (2019-12-23) diff --git a/package.json b/package.json index fdfe811bc..1a87150ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.1.0", + "version": "1.1.1", "private": true, "engines": { "node": ">=9.10.0"