Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Nov 2, 2023
1 parent a822938 commit 68d5131
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/zeebe-element-templates-json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ All notable changes to [@camunda/zeebe-element-templates-json-schema](https://gi

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

## 0.14.0

* `FEAT`: add `zeebe:taskDefinition` binding ([#117](https://github.com/camunda/element-templates-json-schema/pull/117))
* `FEAT`: mark `zeebe:taskDefinition:type` as deprecated ([#117](https://github.com/camunda/element-templates-json-schema/pull/117))
* `FEAT`: remove `zeebe:taskDefinition:retries` binding ([#117](https://github.com/camunda/element-templates-json-schema/pull/117))

### Breaking Changes

* The `zeebe:taskDefinition:retries` binding is removed. Replace the usage with `zeebe:taskDefinition` and set the `retries` property on the binding.

## 0.13.0

* `FEAT`: support `groups/openByDefault` property ([#114](https://github.com/camunda/element-templates-json-schema/pull/114))
Expand Down

0 comments on commit 68d5131

Please sign in to comment.