Skip to content

Commit 4f19e4e

Browse files
committed
chore(CHANGELOG): update to v2.0.0
1 parent 0d4c62c commit 4f19e4e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ All notable changes are documented here. We use [semantic versioning](http://sem
66

77
___Note:__ Yet to be released changes appear here._
88

9+
## 2.0.0
10+
11+
* `FEAT`: improve readability of incident details ([#63](https://github.com/camunda/task-testing/pull/63))
12+
* `FIX`: create process instance by key instead of ID ([#61](https://github.com/camunda/task-testing/pull/61))
13+
14+
### Breaking Changes
15+
16+
* The `api.startInstance` function signature changed. The first argument is now the process definition key instead of the process definition ID. See https://github.com/camunda/task-testing/pull/61 for more information.
17+
918
## 1.0.5
1019

1120
* `FIX`: do not show autocompletion in nested properties ([#60](https://github.com/camunda/task-testing/pull/60))

0 commit comments

Comments
 (0)