diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f8433..f8bd354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to this plugin are listed here. +## 0.2.0 (2023-02-01) + +### New + +- Add `variables` as parameter for the input values + ## 0.1.4 (2023-01-12) ### Fixed diff --git a/manifest.json b/manifest.json index b7805e1..d79f8a1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "dmn-eval-plugin", "name": "DMN Eval Plugin", - "version": "0.1.4", + "version": "0.2.0", "minAppVersion": "0.15.0", "description": "This plugin enables evaluating/executing DMN", "author": "JoLeaf", diff --git a/package.json b/package.json index ffcc7a1..b22d3b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dmn-plugin", - "version": "0.1.4", + "version": "0.2.0", "description": "This plugin enables evaluating/executing DMNs.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a7b9aeb..00138ae 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.1": "0.15.0", "0.1.2": "0.15.0", "0.1.3": "0.15.0", - "0.1.4": "0.15.0" + "0.1.4": "0.15.0", + "0.2.0": "0.15.0" }