diff --git a/CHANGELOG.md b/CHANGELOG.md index 21dd2c84..2b1602ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.4.1 (2022-02-23) + +- Fix: replace `sharp` with `jimp` to resolve issues with installing native dependencies [#325](https://github.com/grafana/grafana-image-renderer/pull/325), [ArturWierzbicki](https://github.com/ArturWierzbicki) + ## 3.4.0 (2022-02-17) - Support new concurrency mode: contextPerRenderKey [#314](https://github.com/grafana/grafana-image-renderer/pull/314), [ArturWierzbicki](https://github.com/ArturWierzbicki) diff --git a/plugin.json b/plugin.json index fd3cf1dd..e08aceb0 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": "3.4.0", - "updated": "2022-02-17" + "version": "3.4.1", + "updated": "2022-02-23" }, "dependencies": { "grafanaDependency": ">=7.0.0"