From 40d91cd00a44025bd62b188ee9579526740e5d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Thu, 7 Mar 2024 10:39:37 +0100 Subject: [PATCH] Prepare 4.4.6 --- CHANGELOG.md | 5 +++++ go.mod | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0952e86..bd71ddf23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [4.4.6] - 2024-03-07 + +- Fix: API token reset not working (#1797) +- Chore: Build with go 1.22 + ## [4.4.5] - 2024-01-10 - ⚙️ **Docs**: Documentation website moved from [github pages](https://grafana.github.io/grafana-zabbix) to [grafana.com/docs/plugins](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/) page diff --git a/go.mod b/go.mod index 08a49196c..39d966035 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/alexanderzobnin/grafana-zabbix -go 1.21 +go 1.22 -toolchain go1.21.3 +toolchain go1.22.1 require github.com/grafana/grafana-plugin-sdk-go v0.193.0 diff --git a/package.json b/package.json index 6702cdd64..ca3d45ce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "4.4.5", + "version": "4.4.6", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {