diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a0809..7777baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## v2.0.3-beta +## v2.0.3 -- Added automatic publishing to Factry Portal +### Changes + +- Fixed filtering of event types in the event query when using a regular expression for the assets +- Fixed event queries when filtering on multiple statuses ## v2.0.2 @@ -15,12 +18,16 @@ ## v2.0.1 +### Changes + - Pass datasource request context to the historian client - Automatic instance management for data source - Removed pprof code ## v2.0.0 +### Changes + - Enabled annotations for events - Added dashboard variable query editors for: measurement, databases, assets, asset properties, event types and event type properties - Improved support for dashboard variables diff --git a/Makefile b/Makefile index 9596dfd..bee3860 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ major = 2 minor = 0 -patch = 2 -prerelease = -beta +patch = 3 +prerelease = project_name=factry-historian-datasource COMMIT=$(shell git rev-parse --short HEAD) diff --git a/package.json b/package.json index 247e229..fbe35a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "factry-historian-datasource", - "version": "2.0.3-beta", + "version": "2.0.3", "description": "A datasource plugin for Factry Historian", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",