diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f34aaf..cb36db25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.11.3 (2024-08-13) +- Full page image: Fix blank page screenshot when scenes is turned on [#554](https://github.com/grafana/grafana-image-renderer/pull/554), [juanicabanas](https://github.com/juanicabanas) + ## 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) diff --git a/plugin.json b/plugin.json index 1ae01579..adbd8c8d 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.2", - "updated": "2024-08-08" + "version": "3.11.3", + "updated": "2024-08-13" }, "dependencies": { "grafanaDependency": ">=8.3.11"