From 3a94ed5cebb12fd3dc799b40dec71f05416b8b51 Mon Sep 17 00:00:00 2001 From: dmitryk-dk Date: Wed, 12 Feb 2025 14:50:58 +0100 Subject: [PATCH] updated version and fix CHANGELOG.md --- CHANGELOG.md | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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",