diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b7b49e..d1f4d2ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 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) + ## 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) diff --git a/plugin.json b/plugin.json index 8b1bdff2..78d754f6 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.1.0", - "updated": "2021-05-11" + "version": "2.1.1", + "updated": "2021-05-18" }, "dependencies": { "grafanaVersion": "5.x.x 6.x.x 7.x.x"