diff --git a/packages/element-templates-json-schema/CHANGELOG.md b/packages/element-templates-json-schema/CHANGELOG.md index bcb4b3a..5a8a37e 100644 --- a/packages/element-templates-json-schema/CHANGELOG.md +++ b/packages/element-templates-json-schema/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to [@camunda/element-templates-json-schema](https://github.c ___Note:__ Yet to be released changes appear here._ +## 0.15.0 + +* `FEAT`: support `camunda:executionListener` other than scripts ([#113](https://github.com/camunda/element-templates-json-schema/pull/113)) + ## 0.14.0 * `FEAT`: support conditions in dropdown choices ([#107](https://github.com/camunda/element-templates-json-schema/pull/107)) diff --git a/packages/zeebe-element-templates-json-schema/CHANGELOG.md b/packages/zeebe-element-templates-json-schema/CHANGELOG.md index dea75d9..ca0ba71 100644 --- a/packages/zeebe-element-templates-json-schema/CHANGELOG.md +++ b/packages/zeebe-element-templates-json-schema/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to [@camunda/zeebe-element-templates-json-schema](https://gi ___Note:__ Yet to be released changes appear here._ +## 0.13.0 + +* `FEAT`: support `groups/openByDefault` property ([#114](https://github.com/camunda/element-templates-json-schema/pull/114)) + ## 0.12.0 * `FEAT`: support conditions in dropdown choices ([#107](https://github.com/camunda/element-templates-json-schema/pull/107))