From 144a77dc747edb7db0e4e16b02929546a3d51d83 Mon Sep 17 00:00:00 2001 From: Dmytro Kozlov Date: Mon, 22 Jul 2024 10:42:56 +0200 Subject: [PATCH] make pre-release changes (#50) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1448c18..3a50575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## tip +## v0.2.5 + * BUGFIX: fix bug with parsing response when time field is empty but message and labels are present. It happens when the user tries to show only stats number. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/45). diff --git a/package.json b/package.json index ba77baa..f63d4ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victorialogs-datasource", - "version": "0.2.4", + "version": "0.2.5", "description": "VictoriaLogs datasource plugin for grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",