diff --git a/CHANGELOG.md b/CHANGELOG.md index d715a61..64f5a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.0.5 + +### Bug + +- Only one result was while multiple assets where queried in the asset property query. + ## v2.0.4 ### Changes diff --git a/docs/content/1_release_notes/_index.md b/docs/content/1_release_notes/_index.md index bc3c863..2067caf 100644 --- a/docs/content/1_release_notes/_index.md +++ b/docs/content/1_release_notes/_index.md @@ -21,6 +21,12 @@ This is the compatibility matrix for version listed on this page. If you have do | <= v1.2.x | <= v6.3.x | | >= v2.x | > v6.3 | +## v2.0.5 + +### Bug + +- Only one result was while multiple assets where queried in the asset property query. + ## v2.0.4 ### Changes diff --git a/package.json b/package.json index d09066d..63b3161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "factry-historian-datasource", - "version": "2.0.4", + "version": "2.0.5", "description": "A datasource plugin for Factry Historian", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",