diff --git a/CHANGELOG.md b/CHANGELOG.md index 005d2ada..01f34aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.11.2 (2024-08-08) +- Properly support dashboards where the scrollable element is the document [#552](https://github.com/grafana/grafana-image-renderer/pull/552), [ashharrison90](https://github.com/ashharrison90) + ## 3.11.1 (2024-07-15) - Full page image: Fix wait condition for dashboard with rows [#542](https://github.com/grafana/grafana-image-renderer/pull/542), [AgnesToulet](https://github.com/AgnesToulet) - Chore: Upgrade Jimp deps [541](https://github.com/grafana/grafana-image-renderer/pull/541), [AgnesToulet](https://github.com/AgnesToulet) diff --git a/plugin.json b/plugin.json index e2759a3d..1ae01579 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.1", - "updated": "2024-07-15" + "version": "3.11.2", + "updated": "2024-08-08" }, "dependencies": { "grafanaDependency": ">=8.3.11"