diff --git a/.changeset/gentle-bees-rescue.md b/.changeset/gentle-bees-rescue.md deleted file mode 100644 index d6a2caf..0000000 --- a/.changeset/gentle-bees-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix problems panel not showing host groups diff --git a/.changeset/purple-carrots-rhyme.md b/.changeset/purple-carrots-rhyme.md deleted file mode 100644 index 9747d42..0000000 --- a/.changeset/purple-carrots-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix problems panel broken when selecting triggers diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5d3e2..fdd9853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [5.0.1] - 2025-02-24 + +- Bug fix: Fixed host groups not showing in problems panel +- Bug fix: Fixed problems panel broken when selecting triggers +- Chore: Update github.com/grafana/grafana-plugin-sdk-go to v0.266.0 +- Chore: Update frontend dependencies +- Chore: Implement error source + ## [5.0.0] - 2025-01-10 - Plugin now requires Grafana 10.4.8 or newer diff --git a/package.json b/package.json index fdf4c92..90c36de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "5.0.0", + "version": "5.0.1", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {