From 36203ad1518497b9867327b30885046ef5fb2c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Wed, 19 May 2021 09:27:56 +0200 Subject: [PATCH] Release grafana-image-renderer v3.0.0-beta1 (#230) --- CHANGELOG.md | 4 ++++ plugin.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f4d2ea..46b561cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0-beta1 (2021-05-19) + +- Add CSV rendering feature [#217](https://github.com/grafana/grafana-image-renderer/pull/217), [AgnesToulet](https://github.com/AgnesToulet) + ## 2.1.1 (2021-05-18) - Chore: Add changelog in package files [#226](https://github.com/grafana/grafana-image-renderer/pull/226), [AgnesToulet](https://github.com/AgnesToulet) diff --git a/plugin.json b/plugin.json index 78d754f6..c62329d2 100644 --- a/plugin.json +++ b/plugin.json @@ -20,10 +20,10 @@ {"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": "2.1.1", - "updated": "2021-05-18" + "version": "3.0.0-beta1", + "updated": "2021-05-19" }, "dependencies": { - "grafanaVersion": "5.x.x 6.x.x 7.x.x" + "grafanaVersion": "5.x.x 6.x.x 7.x.x 8.x.x" } }