From f7e211849346de3f95776009b2fd04b379200b7b Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Wed, 4 May 2022 12:13:49 +0300 Subject: [PATCH] Bump version to 4.2.7 --- CHANGELOG.md | 2 +- package.json | 2 +- src/plugin.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6d46b96..7b1ddeca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [4.2.7] - Unreleased +## [4.2.7] - 2022-05-04 ### Fixed diff --git a/package.json b/package.json index 6d77a51c7..bff1426d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grafana-zabbix", "private": false, - "version": "4.2.6", + "version": "4.2.7", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index 7893bc3bb..a00a39374 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -51,8 +51,8 @@ "path": "img/screenshot-triggers.png" } ], - "version": "4.2.6", - "updated": "2022-04-04" + "version": "4.2.7", + "updated": "2022-05-04" }, "includes": [ { @@ -65,8 +65,8 @@ } ], "dependencies": { - "grafanaDependency": ">=8.0.0", - "grafanaVersion": "8.0", + "grafanaDependency": ">=8.3.0", + "grafanaVersion": "8.3", "plugins": [] } }