diff --git a/.changeset/gentle-suits-invite.md b/.changeset/gentle-suits-invite.md deleted file mode 100644 index ca6607d..0000000 --- a/.changeset/gentle-suits-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': patch ---- - -Fix: `real_hosts` deprecated in version 6.2 and 6.4 diff --git a/.changeset/silent-shrimps-carry.md b/.changeset/silent-shrimps-carry.md deleted file mode 100644 index 8624a6b..0000000 --- a/.changeset/silent-shrimps-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grafana-zabbix': minor ---- - -Add possibility to run "Manual event actions" diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ee467..7a2aba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # Change Log +## 5.2.0 + +🚀 Add possibility to run "Manual event actions" +🐛 Fix: `real_hosts` deprecated in version 6.2 and 6.4 +🐛 Fix: handle multiple service status +⚙️ Chore: Bump grafana-plugin-sdk-go from 0.277.1 to 0.278.0 + ## 5.1.0 -### Minor Changes - 🚀 Problems Panel: Add option to show data source name - -### Patch Changes - 🐛 Variables: Fix item tag filtering in Items type 🐛 Fix: frontend error when running count triggers ⚙️ Chore: Bump grafana-plugin-sdk-go from 0.274.0 to 0.277.0 diff --git a/package.json b/package.json index a52f5f7..23cfe6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "5.1.0", + "version": "5.2.0", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {