diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7ce882..48b7b49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0 (2021-05-11) + +- Chore/Security: Upgrade dependencies and bump Node to LTS (14.16.1) [#218](https://github.com/grafana/grafana-image-renderer/pull/218), [AgnesToulet](https://github.com/AgnesToulet) + ## 2.0.1 (2021-01-26) - Browser: Use timeout parameter for initial navigation to the dashboard being rendered [#171](https://github.com/grafana/grafana-image-renderer/pull/171), [](https://github.com/w4rgrum) diff --git a/plugin.json b/plugin.json index 14fbd5e4..8b1bdff2 100644 --- a/plugin.json +++ b/plugin.json @@ -20,8 +20,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": "2.0.1", - "updated": "2021-01-26" + "version": "2.1.0", + "updated": "2021-05-11" }, "dependencies": { "grafanaVersion": "5.x.x 6.x.x 7.x.x"