diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fec44..edef163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.4.1 + +- Fix regression in discrete mode. "Data has value with undefined color" + ## v0.4.0 - Add __y_label_trim variable for tooltip items. diff --git a/package.json b/package.json index 5c07098..a62d402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flant-statusmap-panel", - "version": "0.4.0", + "version": "0.4.1", "description": "Grafana panel plugin to visualize status of multiple objects over time", "main": "README.md", "scripts": {