diff --git a/CHANGELOG.md b/CHANGELOG.md index bf343870..71958685 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## tip +## [v0.2.0](https://github.com/VictoriaMetrics/grafana-datasource/releases/tag/v0.2.0) + * FEATURE: add the ability to define expressions for each panel so that users can define WITH templates once and then reuse them. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/35). * FEATURE: add support MetricsQL to query builder. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/66). * FEATURE: add the ability to change the link for [Run in VMUI](https://docs.victoriametrics.com/#vmui) button. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/61). diff --git a/package.json b/package.json index 386fc9ba..f1f67d41 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victoriametrics-datasource", - "version": "0.1.3", + "version": "0.2.0", "description": "Showcase how to build a basic datasource plugin", "scripts": { "build": "TS_NODE_PROJECT=\"./.config/webpack/tsconfig.webpack.json\" webpack -c ./webpack.config.ts --env production",