diff --git a/CHANGELOG.md b/CHANGELOG.md index dde703c..d58d24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + + +## [3.5.0] - 2017-07-05 ### Fixed - Item name expanding when key contains commas in quoted params, like my_key["a=1,b=2",c,d] - Incorrect points order when trends are used [#202](https://github.com/alexanderzobnin/grafana-zabbix/issues/202) diff --git a/dist/plugin.json b/dist/plugin.json index 6bbab7e..0a53bec 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -26,8 +26,8 @@ {"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"}, {"name": "Triggers", "path": "img/screenshot-triggers.png"} ], - "version": "3.4.0", - "updated": "2017-05-17" + "version": "3.5.0", + "updated": "2017-07-05" }, "includes": [ diff --git a/package.json b/package.json index 4edc740..d9523d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grafana-zabbix", "private": false, - "version": "3.2.0", + "version": "3.5.0", "description": "Zabbix plugin for Grafana", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/src/plugin.json b/src/plugin.json index 6bbab7e..0a53bec 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -26,8 +26,8 @@ {"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"}, {"name": "Triggers", "path": "img/screenshot-triggers.png"} ], - "version": "3.4.0", - "updated": "2017-05-17" + "version": "3.5.0", + "updated": "2017-07-05" }, "includes": [