Skip to content

Commit

Permalink
chore(release): 1.0.11
Browse files Browse the repository at this point in the history
## [1.0.11](v1.0.10...v1.0.11) (2019-05-02)

### Bug Fixes

* **accounts:** crash if user had deleted tickets and was removed ([ce376b4](ce376b4))
* **accounts:** editing admin/agent ([8a973c7](8a973c7))
* **accounts:** issue not showing upload dialog ([38a4c85](38a4c85))
* **accounts:** passwords not updating ([c28d1ad](c28d1ad))
* **api:** v1 crash if ticket _id was incorrect ([eea4d20](eea4d20))
* **api:** v1 for group changes ([3d12667](3d12667))
* **api:** v2 removed ability to delete group if group had tickets ([35dbef8](35dbef8))
* **apiv1:** invalid response if group was not sent as obj [#175](#175) ([ee223ff](ee223ff))
* **backup:** mongodb binaries for mongodb 4 windows [#138](#138) ([052d6da](052d6da))
* **defaults:** loading incorrectly ([f4c2841](f4c2841))
* **editor:** missing routes ([2946d07](2946d07))
* **elasticsearch:** crash on rebuild ([bc0728b](bc0728b))
* **install:** crash if mongodb failed to connect ([76036b9](76036b9))
* **install:** invalid role name [#179](#179) ([643703e](643703e))
* **mailcheck:** TLS not being set correctly ([40627d0](40627d0))
* **mailcheck:** typo ([e5e387d](e5e387d))
* **permissions:** role hierarchy not allowing ticket status updates ([51029b6](51029b6))
* **profile:** removing user from all groups on profile save ([1e9accd](1e9accd))
* **test:** crash if missing config token object ([ac3fe81](ac3fe81))
* **test:** fixed ([e419f81](e419f81))
* **test:** updates ([969d3f2](969d3f2))
* **tickets:** attachments loader not initializing ([bd949b7](bd949b7))
* **tickets:** dropdown arrow not showing with certain themes ([b839551](b839551))
* **tickets:** sort icon color - themes ([9fbb391](9fbb391))
* **tickets:** xss fixes ([99c02fb](99c02fb))
* **ui:** bug with firefox displaying table incorrectly ([6967e74](6967e74))

### Performance Improvements

* **elasticsearch:** fixes ([eddc577](eddc577))
  • Loading branch information
polonel committed May 2, 2019
1 parent bbce786 commit f2581a6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## [1.0.11](https://github.com/polonel/trudesk/compare/v1.0.10...v1.0.11) (2019-05-02)


### Bug Fixes

* **accounts:** crash if user had deleted tickets and was removed ([ce376b4](https://github.com/polonel/trudesk/commit/ce376b4))
* **accounts:** editing admin/agent ([8a973c7](https://github.com/polonel/trudesk/commit/8a973c7))
* **accounts:** issue not showing upload dialog ([38a4c85](https://github.com/polonel/trudesk/commit/38a4c85))
* **accounts:** passwords not updating ([c28d1ad](https://github.com/polonel/trudesk/commit/c28d1ad))
* **api:** v1 crash if ticket _id was incorrect ([eea4d20](https://github.com/polonel/trudesk/commit/eea4d20))
* **api:** v1 for group changes ([3d12667](https://github.com/polonel/trudesk/commit/3d12667))
* **api:** v2 removed ability to delete group if group had tickets ([35dbef8](https://github.com/polonel/trudesk/commit/35dbef8))
* **apiv1:** invalid response if group was not sent as obj [#175](https://github.com/polonel/trudesk/issues/175) ([ee223ff](https://github.com/polonel/trudesk/commit/ee223ff))
* **backup:** mongodb binaries for mongodb 4 windows [#138](https://github.com/polonel/trudesk/issues/138) ([052d6da](https://github.com/polonel/trudesk/commit/052d6da))
* **defaults:** loading incorrectly ([f4c2841](https://github.com/polonel/trudesk/commit/f4c2841))
* **editor:** missing routes ([2946d07](https://github.com/polonel/trudesk/commit/2946d07))
* **elasticsearch:** crash on rebuild ([bc0728b](https://github.com/polonel/trudesk/commit/bc0728b))
* **install:** crash if mongodb failed to connect ([76036b9](https://github.com/polonel/trudesk/commit/76036b9))
* **install:** invalid role name [#179](https://github.com/polonel/trudesk/issues/179) ([643703e](https://github.com/polonel/trudesk/commit/643703e))
* **mailcheck:** TLS not being set correctly ([40627d0](https://github.com/polonel/trudesk/commit/40627d0))
* **mailcheck:** typo ([e5e387d](https://github.com/polonel/trudesk/commit/e5e387d))
* **permissions:** role hierarchy not allowing ticket status updates ([51029b6](https://github.com/polonel/trudesk/commit/51029b6))
* **profile:** removing user from all groups on profile save ([1e9accd](https://github.com/polonel/trudesk/commit/1e9accd))
* **test:** crash if missing config token object ([ac3fe81](https://github.com/polonel/trudesk/commit/ac3fe81))
* **test:** fixed ([e419f81](https://github.com/polonel/trudesk/commit/e419f81))
* **test:** updates ([969d3f2](https://github.com/polonel/trudesk/commit/969d3f2))
* **tickets:** attachments loader not initializing ([bd949b7](https://github.com/polonel/trudesk/commit/bd949b7))
* **tickets:** dropdown arrow not showing with certain themes ([b839551](https://github.com/polonel/trudesk/commit/b839551))
* **tickets:** sort icon color - themes ([9fbb391](https://github.com/polonel/trudesk/commit/9fbb391))
* **tickets:** xss fixes ([99c02fb](https://github.com/polonel/trudesk/commit/99c02fb))
* **ui:** bug with firefox displaying table incorrectly ([6967e74](https://github.com/polonel/trudesk/commit/6967e74))


### Performance Improvements

* **elasticsearch:** fixes ([eddc577](https://github.com/polonel/trudesk/commit/eddc577))

## [1.0.10](https://github.com/polonel/trudesk/compare/v1.0.9...v1.0.10) (2019-04-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trudesk",
"version": "1.0.11-beta",
"version": "1.0.11",
"private": true,
"engines": {
"node": ">=9.10.0"
Expand Down

0 comments on commit f2581a6

Please sign in to comment.