diff --git a/CHANGELOG.md b/CHANGELOG.md index d6faaa6..86dd25a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,13 @@ ## tip -## v0.15.0 - -* FEAT: add configuration screen for derived fields +* FEATURE: add configuration screen for derived fields. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/202). + Thanks to @090809 for [the pull request](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/231). +* BUGFIX: fix live mode shows the first query result instead of separately requested two different results. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/229). ## v0.14.3 * BUGFIX: fix image links in public readme. -* BUGFIX: fix live mode shows the first query result instead of separately requested two different results. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/229). ## v0.14.2 diff --git a/package.json b/package.json index 6713553..1c536b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victoriametrics-logs-datasource", - "version": "0.14.3", + "version": "0.15.0", "description": "VictoriaLogs datasource plugin for grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",