From f073a156e90e60df34cd7b8d0be7fa87fc1b28d1 Mon Sep 17 00:00:00 2001 From: Sriram <153843+yesoreyeram@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:41:27 +0100 Subject: [PATCH] release prep (#1848) --- CHANGELOG.md | 5 +++++ go.mod | 4 +--- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84967103..cf979b37 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 8a9c0655..edf8ca0a 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 45941b18..ed51c058 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": {