From 12fcff3ac5a4761d4f57c70f45f38dda863fd848 Mon Sep 17 00:00:00 2001 From: Juan Cabanas Date: Tue, 13 Aug 2024 16:59:16 -0300 Subject: [PATCH] Release 3.11.3 --- CHANGELOG.md | 3 +++ plugin.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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"