From cca7ba79a6fd84faf899b7e53dcb33d1b37f577a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Fri, 29 Sep 2023 09:56:59 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ee760..6f303b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.4 + +* Add query variable support +* Enable alerting + ## 1.0.3 * Use the custom CA in the custom http client diff --git a/package.json b/package.json index 3e37cc1..aab3e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trino-datasource", - "version": "1.0.3", + "version": "1.0.4", "description": "The Trino datasource allows to query and visualize Trino data from within Grafana.", "scripts": { "build": "grafana-toolkit plugin:build",