diff --git a/.changeset/wet-monkeys-smoke.md b/.changeset/wet-monkeys-smoke.md deleted file mode 100644 index d4dc57d..0000000 --- a/.changeset/wet-monkeys-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Enhance the problems panel with the ability to convert specific tags to columns. Single or multiple tags supported. diff --git a/CHANGELOG.md b/CHANGELOG.md index 404502d..8fe9a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.1.2 + +🐛 Fix silent removal of itemTagFilter when no tags match regex +🐛 Enhance the problems panel with the ability to convert specific tags to columns. Single or multiple tags supported. +🐛 Fix column visibility toggles for problems panel + ## 6.1.1 🐛 Fix moment value rendering issue diff --git a/package.json b/package.json index 430d4d0..5867c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "6.1.1", + "version": "6.1.2", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {