From bbb44713e6a2502e331e8e86e25fe5070feace91 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Mon, 20 Jan 2025 16:51:16 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index feeb4790..37da7bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to [bpmn-js-element-templates](https://github.com/bpmn-io/bp ___Note:__ Yet to be released changes appear here._ +## 2.5.0 + +* `FEAT`: support binding type `zeebe:linkedResource` ([#137](https://github.com/bpmn-io/bpmn-js-element-templates/issues/137)) +* `DEPS`: update to `@bpmn-io/element-templates-validator@2.3.0` +* `DEPS`: update to `zeebe-bpmn-moddle@1.8.0` + ## 2.4.0 * `FEAT`: support element templates runtime compatibility ([#132](https://github.com/bpmn-io/bpmn-js-element-templates/pull/132))