Skip to content

Commit

Permalink
Updated to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diericd committed Jun 6, 2024
1 parent f0fa267 commit e049534
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major = 2
minor = 0
patch = 0
patch = 1
prerelease =
project_name=factry-historian-datasource

Expand Down
10 changes: 9 additions & 1 deletion docs/content/1_release_notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e049534

Please sign in to comment.