diff --git a/CHANGELOG.md b/CHANGELOG.md index b535d26..0ffb827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.11.6 (2024-10-17) +- Chore: Upgrade express from 4.21.0 to 4.21.1 [#577](https://github.com/grafana/grafana-image-renderer/pull/577), [AgnesToulet](https://github.com/AgnesToulet) +- Chore: Don't install dev packages in Docker image [#575](https://github.com/grafana/grafana-image-renderer/pull/575), [McTonderski](https://github.com/McTonderski), [AgnesToulet](https://github.com/AgnesToulet) +- Bump dompurify from 2.4.7 to 2.5.4 [#574](https://github.com/grafana/grafana-image-renderer/pull/574), [dependabot[bot]](https://github.com/apps/dependabot) + ## 3.11.5 (2024-09-12) - Bump express to 4.21.0 [#567](https://github.com/grafana/grafana-image-renderer/pull/567), [evictorero](https://github.com/evictorero) - Bump micromatch from 4.0.7 to 4.0.8 [#561](https://github.com/grafana/grafana-image-renderer/pull/561), [dependabot[bot]](https://github.com/apps/dependabot) diff --git a/plugin.json b/plugin.json index c893085..9079eab 100644 --- a/plugin.json +++ b/plugin.json @@ -24,8 +24,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.11.5", - "updated": "2024-09-12" + "version": "3.11.6", + "updated": "2024-10-17" }, "dependencies": { "grafanaDependency": ">=8.3.11"