Skip to content

Commit

Permalink
Bump to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
diericd committed Jul 12, 2024
1 parent 6dbb80e commit 219cf5b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v2.0.2

### Changes

- Added 'first', 'last' and 'count' as aggregation options for array datatypes
- Fixed event property type selection
- Fixed broken link in the README
- Reworked introduction in the README

## v2.0.1

- Pass datasource request context to the historian client
Expand Down
9 changes: 9 additions & 0 deletions docs/content/1_release_notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ 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.2

### Changes

- Added 'first', 'last' and 'count' as aggregation options for array datatypes
- Fixed event property type selection
- Fixed broken link in the README
- Reworked introduction in the README

## v2.0.1

### Changes
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.2-beta",
"version": "2.0.2",
"description": "A datasource plugin for Factry Historian",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 219cf5b

Please sign in to comment.