diff --git a/CHANGELOG.md b/CHANGELOG.md index d3bb8fd6a..1402d244b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.6.0 (2018-08-07) + +## New Features + +* annotations support (txh to @atsirin) +* allow to use `$from` and `$to` macroses in variable queries +* provisioning config example in README + + # 1.5.1 (2018-06-05) ## Fixes diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md index d3bb8fd6a..1402d244b 100644 --- a/dist/CHANGELOG.md +++ b/dist/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.6.0 (2018-08-07) + +## New Features + +* annotations support (txh to @atsirin) +* allow to use `$from` and `$to` macroses in variable queries +* provisioning config example in README + + # 1.5.1 (2018-06-05) ## Fixes diff --git a/dist/plugin.json b/dist/plugin.json index 890279e90..6872cd7db 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -24,6 +24,6 @@ "url": "https://github.com/Vertamedia/clickhouse-grafana" } ], - "version": "1.5.1" + "version": "1.6.0" } } diff --git a/package.json b/package.json index e8902dad7..ef2a91715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertamedia-clickhouse", - "version": "1.5.1", + "version": "1.6.0", "description": "ClickHouse datasource for Grafana", "scripts": { "build": "grunt", diff --git a/src/plugin.json b/src/plugin.json index 890279e90..6872cd7db 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -24,6 +24,6 @@ "url": "https://github.com/Vertamedia/clickhouse-grafana" } ], - "version": "1.5.1" + "version": "1.6.0" } }