Skip to content

Commit f073a15

Browse files
authored
release prep (#1848)
1 parent df16917 commit f073a15

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [4.5.2] - 2024-07-01
4+
5+
- Chore: Changes required for nested plugins
6+
- Chore: Updated the executable path
7+
38
## [4.5.1] - 2024-06-14
49

510
- Fix: Problems queries not working before zabbix version 7

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/alexanderzobnin/grafana-zabbix
22

3-
go 1.22
4-
5-
toolchain go1.22.1
3+
go 1.22.1
64

75
require (
86
github.com/bitly/go-simplejson v0.5.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-zabbix",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"description": "Zabbix plugin for Grafana",
55
"homepage": "http://grafana-zabbix.org",
66
"bugs": {

0 commit comments

Comments
 (0)