From bc1152d4fe5bc39b111cf48eb0a1bb60fda85e2d Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Thu, 26 Sep 2024 15:23:42 +0100 Subject: [PATCH] Bump version and update changelog (#1036) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a180c41b..95b1af7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## [5.0.7] + +- `errorsource` improvements [#1030](https://github.com/grafana/azure-data-explorer-datasource/pull/1030) +- Fix: Query row not displaying [#1001](https://github.com/grafana/azure-data-explorer-datasource/pull/1001) +- Dependency updates + ## [5.0.6] - Add `errorsource` [#996](https://github.com/grafana/azure-data-explorer-datasource/pull/996) diff --git a/package.json b/package.json index 2b171e1a..9112f809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-azure-data-explorer-datasource", - "version": "5.0.6", + "version": "5.0.7", "description": "Grafana data source for Azure Data Explorer", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",