From 6ac82cf90509b89f12e7bc7100593784d3c9b741 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Mon, 30 Mar 2020 15:38:37 +0200 Subject: [PATCH] Release v1.0.12-beta1 --- CHANGELOG.md | 4 ++++ plugin.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac922f8..9cf6e0c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.12-beta1 (2020-03-30) + +- More configuration options to ease investigation [#123](https://github.com/grafana/grafana-image-renderer/pull/123), [marefr](https://github.com/marefr) + ## 1.0.11 (2020-03-20) - Render: Add support for enabling verbose logging using environment variable [#105](https://github.com/grafana/grafana-image-renderer/pull/105), [marefr](https://github.com/marefr) diff --git a/plugin.json b/plugin.json index 296c8418..4745ed61 100644 --- a/plugin.json +++ b/plugin.json @@ -18,8 +18,8 @@ {"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"}, {"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"} ], - "version": "1.0.11", - "updated": "2020-03-20", + "version": "1.0.12-beta1", + "updated": "2020-03-30", "dependencies": { "grafanaVersion": "5.2" }