From 505350ef4143d39e4c97aa7a99b0ac13742995be Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 8 Aug 2024 13:58:51 +0200 Subject: [PATCH] 3.11.2 release (#553) --- CHANGELOG.md | 3 +++ plugin.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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"