diff --git a/CHANGELOG.md b/CHANGELOG.md index 795c2c02..0c33000f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.5.0 (2022-07-18) + +- Added File Sanitization API with [DOMPurify](https://github.com/cure53/DOMPurify) as the backend. [#349](https://github.com/grafana/grafana-image-renderer/pull/349), [ArturWierzbicki](https://github.com/ArturWierzbicki) +- Security: upgrade dependencies [#356](https://github.com/grafana/grafana-image-renderer/pull/356), [#348](https://github.com/grafana/grafana-image-renderer/pull/348), [#347](https://github.com/grafana/grafana-image-renderer/pull/347), [AgnesToulet](https://github.com/AgnesToulet) + ## 3.4.2 (2022-03-23) - Security: upgrade dependencies [#337](https://github.com/grafana/grafana-image-renderer/pull/337), [AgnesToulet](https://github.com/AgnesToulet) diff --git a/plugin.json b/plugin.json index cfeb75c0..b5c0b2a3 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.2", - "updated": "2022-03-23" + "version": "3.5.0", + "updated": "2022-07-18" }, "dependencies": { "grafanaDependency": ">=7.0.0"