diff --git a/CHANGELOG.md b/CHANGELOG.md index af0952e8..bd71ddf2 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 08a49196..39d96603 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 6702cdd6..ca3d45ce 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": {