diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1c9446..46e7642c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.10.5 (2024-05-23) +- Packages: Release Alpine package without Chromium [#525](https://github.com/grafana/grafana-image-renderer/pull/525), [AgnesToulet](https://github.com/AgnesToulet) +- Full page image: Fix scrolling with the new native scroll [#524](https://github.com/grafana/grafana-image-renderer/pull/524), [AgnesToulet](https://github.com/AgnesToulet) + ## 3.10.4 (2024-05-06) - Chore: Remove unused dependencies [#517](https://github.com/grafana/grafana-image-renderer/pull/517), [evictorero](https://github.com/evictorero) diff --git a/plugin.json b/plugin.json index d88f77a9..361b3e22 100644 --- a/plugin.json +++ b/plugin.json @@ -24,8 +24,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.10.4", - "updated": "2024-05-06" + "version": "3.10.5", + "updated": "2024-05-23" }, "dependencies": { "grafanaDependency": ">=8.3.11"