You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ All notable changes are documented here. We use [semantic versioning](http://sem
6
6
7
7
___Note:__ Yet to be released changes appear here._
8
8
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
+
9
18
## 1.0.5
10
19
11
20
*`FIX`: do not show autocompletion in nested properties ([#60](https://github.com/camunda/task-testing/pull/60))
0 commit comments