diff --git a/CHANGELOG.md b/CHANGELOG.md index 507bae3..6132478 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## tip +## tip + +## [v0.10.0](https://github.com/VictoriaMetrics/victoriametrics-datasource/releases/tag/v0.10.0) * FEATURE: set the default query type to `instant` when creating alerting rules. See [this issue](https://github.com/VictoriaMetrics/victoriametrics-datasource/issues/205). diff --git a/package.json b/package.json index c99530a..8aac6a7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victoriametrics-datasource", - "version": "0.9.1", + "version": "0.10.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",