diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddd3f76..e05aa7ae 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## tip +## [v0.3.0](https://github.com/VictoriaMetrics/grafana-datasource/releases/tag/v0.3.0) + * FEATURE: Improvements to WITH Templates (see [this comment](https://github.com/VictoriaMetrics/grafana-datasource/issues/35#issuecomment-1578649762)): - The management of `WITH templates` has been transferred from datasource settings to the panel editing page; - Improved display of templates in auto-complete hints; diff --git a/package.json b/package.json index ee91e2f3..d7d09e22 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victoriametrics-datasource", - "version": "0.2.1", + "version": "0.3.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",