Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.17...v1.1.0) (2019-12-23)

### Bug Fixes

* **accounts:** api key generated by default on creation. [#287](#287) ([1f9291e](1f9291e))
* **reports:** invalid group reporting. [#290](#290) ([faa25b3](faa25b3))

### Features

* **tickets:** allow agents to submit tickets on behalf of user [#252](#252) ([9ec8293](9ec8293))
  • Loading branch information
polonel committed Dec 23, 2019
1 parent 23b842a commit 1b78c1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/polonel/trudesk/compare/v1.0.17...v1.1.0) (2019-12-23)


### Bug Fixes

* **accounts:** api key generated by default on creation. [#287](https://github.com/polonel/trudesk/issues/287) ([1f9291e](https://github.com/polonel/trudesk/commit/1f9291e))
* **reports:** invalid group reporting. [#290](https://github.com/polonel/trudesk/issues/290) ([faa25b3](https://github.com/polonel/trudesk/commit/faa25b3))


### Features

* **tickets:** allow agents to submit tickets on behalf of user [#252](https://github.com/polonel/trudesk/issues/252) ([9ec8293](https://github.com/polonel/trudesk/commit/9ec8293))

## [1.0.17](https://github.com/polonel/trudesk/compare/v1.0.16...v1.0.17) (2019-11-23)


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.17",
"version": "1.1.0",
"private": true,
"engines": {
"node": ">=9.10.0"
Expand Down

0 comments on commit 1b78c1f

Please sign in to comment.