diff --git a/CHANGELOG.md b/CHANGELOG.md index d76f750e..f4ca3568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.6.4 (2023-02-10) + +- Add Snyk workflow [#402](https://github.com/grafana/grafana-image-renderer/pull/402), [SadFaceSmith](https://github.com/SadFaceSmith) +- Fix null error [#403](https://github.com/grafana/grafana-image-renderer/pull/403), [spinillos](https://github.com/spinillos) + ## 3.6.3 (2023-01-11) - Add support for page zooming option [#387](https://github.com/grafana/grafana-image-renderer/pull/387), [kaffarell](https://github.com/kaffarell) diff --git a/plugin.json b/plugin.json index f8687496..dd587bb7 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.6.3", - "updated": "2023-01-11" + "version": "3.6.4", + "updated": "2023-02-10" }, "dependencies": { "grafanaDependency": ">=8.3.11"