From 7cf5cf3ed4854ee609bd6ec4f23b252adae12b73 Mon Sep 17 00:00:00 2001 From: "r.khavronenko" Date: Tue, 5 Dec 2017 16:13:25 +0200 Subject: [PATCH] update version --- CHANGELOG.md | 7 +++++++ dist/CHANGELOG.md | 7 +++++++ dist/plugin.json | 2 +- package.json | 2 +- src/plugin.json | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af936c09a..b1c284d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.2.5 (2017-12-05) + +# Fixes +* support template variables with different `text` and `value` values [#27](https://github.com/Vertamedia/clickhouse-grafana/issues/27) +* fix visual glitches [#29](https://github.com/Vertamedia/clickhouse-grafana/issues/29) + + # 1.2.4 (2017-11-22) # Fixes diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index af936c09a..b1c284d40 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.2.5 (2017-12-05) + +# Fixes +* support template variables with different `text` and `value` values [#27](https://github.com/Vertamedia/clickhouse-grafana/issues/27) +* fix visual glitches [#29](https://github.com/Vertamedia/clickhouse-grafana/issues/29) + + # 1.2.4 (2017-11-22) # Fixes diff --git a/dist/plugin.json b/dist/plugin.json index dc32523ea..dcfa25f8c 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -24,6 +24,6 @@ "url": "https://github.com/Vertamedia/clickhouse-grafana" } ], - "version": "1.2.4" + "version": "1.2.5" } } diff --git a/package.json b/package.json index 0bdcf18d3..17b4d2305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertamedia-clickhouse", - "version": "1.2.4", + "version": "1.2.5", "description": "ClickHouse datasource for Grafana", "scripts": { "build": "grunt", diff --git a/src/plugin.json b/src/plugin.json index dc32523ea..dcfa25f8c 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -24,6 +24,6 @@ "url": "https://github.com/Vertamedia/clickhouse-grafana" } ], - "version": "1.2.4" + "version": "1.2.5" } }