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" }