From e04953435aa8555aaa2b84da7a7e4ceec3eb3245 Mon Sep 17 00:00:00 2001 From: David Dierickx Date: Thu, 6 Jun 2024 11:56:56 +0200 Subject: [PATCH] Updated to v2.0.1 --- Makefile | 2 +- docs/content/1_release_notes/_index.md | 10 +++++++++- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cda55df..b372a76 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ major = 2 minor = 0 -patch = 0 +patch = 1 prerelease = project_name=factry-historian-datasource diff --git a/docs/content/1_release_notes/_index.md b/docs/content/1_release_notes/_index.md index 5d451fa..91668c4 100644 --- a/docs/content/1_release_notes/_index.md +++ b/docs/content/1_release_notes/_index.md @@ -21,9 +21,17 @@ 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.1 + +### Changes + +- Pass datasource request context to the historian client +- Automatic instance management for data source +- Removed pprof code + ## v2.0.0 -Released on IDK +### Changes - Enabled annotations for events - Added dashboard variable query editors for: measurement, databases, assets, asset properties, event types and event type properties diff --git a/package.json b/package.json index a1868ed..fc8cea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "factry-historian-datasource", - "version": "2.0.0", + "version": "2.0.1", "description": "A datasource plugin for Factry Historian", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",