From e9b854f972739afb90a01264f9e10ad9c3ddee1d Mon Sep 17 00:00:00 2001 From: dmitryk-dk Date: Tue, 15 Oct 2024 11:44:12 +0200 Subject: [PATCH] Prepare pre-release changes --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c564cfc..632ddd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## tip +## v0.5.1 + * BUGFIX: fix variable substitution in queries. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/77). * BUGFIX: fixed health path for case, when url ends with trailing slash. diff --git a/package.json b/package.json index 1625192..dc45f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victorialogs-datasource", - "version": "0.5.0", + "version": "0.5.1", "description": "VictoriaLogs datasource plugin for grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",