From c4a4f41099ca2373683293d3adbd25a96ca954d0 Mon Sep 17 00:00:00 2001 From: Mikhail Volkov <47795110+mikhail-vl@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:57:06 -0500 Subject: [PATCH] Update Changelog v3.1.0 (#61) --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ae858..d25440c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ ## 3.1.0 (2024-02-21) +### Breaking changes + +- Requires Grafana 9.2 and Grafana 10 + ### Features / Enhancements - Increase tests coverage (#47) -- Update ESLint configuration and refactoring (#52) +- Update ESLint configuration and refactoring (#53) - Add drag-and-drop for rows and fields (#54) - Update custom code when switching the value editor from manual to JS (#59) - Add Variable Editor with Fields and Java Script (#58) - Add Collapse/Expand All for Fields and Values (#57) -- Update to Grafana 10.3.3 (#59) +- Update to Grafana 10.3.3 (#60) ## 3.0.0 (2023-06-28)