diff --git a/CHANGELOG.md b/CHANGELOG.md index 950c07f74..64dde6490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.17](https://github.com/polonel/trudesk/compare/v1.0.16...v1.0.17) (2019-11-23) + + +### Bug Fixes + +* **build:** circleci changes ([401ddab](https://github.com/polonel/trudesk/commit/401ddab)) +* **customer:** [#279](https://github.com/polonel/trudesk/issues/279) ([c08a7e9](https://github.com/polonel/trudesk/commit/c08a7e9)) +* **migration:** [#278](https://github.com/polonel/trudesk/issues/278) ([b558134](https://github.com/polonel/trudesk/commit/b558134)) + ## [1.0.16](https://github.com/polonel/trudesk/compare/v1.0.15...v1.0.16) (2019-09-08) diff --git a/package.json b/package.json index 3dc555b5f..4d5c9cfbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.0.16", + "version": "1.0.17", "private": true, "engines": { "node": ">=9.10.0"