diff --git a/CHANGELOG.md b/CHANGELOG.md index 8496710..cf979b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [4.5.2] - 2024-07-01 + +- Chore: Changes required for nested plugins +- Chore: Updated the executable path + ## [4.5.1] - 2024-06-14 - Fix: Problems queries not working before zabbix version 7 diff --git a/go.mod b/go.mod index 8a9c065..edf8ca0 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/alexanderzobnin/grafana-zabbix -go 1.22 - -toolchain go1.22.1 +go 1.22.1 require ( github.com/bitly/go-simplejson v0.5.1 diff --git a/package.json b/package.json index 45941b1..ed51c05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "4.5.1", + "version": "4.5.2", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {