From 81f15ae4cb98b82c395a84a62852dc2151cd2bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:19:10 +0200 Subject: [PATCH] Release 3.11.0 (#534) * Release 3.11.0 * update release date --- CHANGELOG.md | 6 ++++++ plugin.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e7642c..3a73cc04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.11.0 (2024-06-13) +- Chore: Upgrade chokidar and jest dependencies [#532](https://github.com/grafana/grafana-image-renderer/pull/532), [AgnesToulet](https://github.com/AgnesToulet) +- Bump @grpc/grpc-js from 1.8.20 to 1.8.22 [#531](https://github.com/grafana/grafana-image-renderer/pull/531), [dependabot[bot]](https://github.com/apps/dependabot) +- Server: Fix CSV deletion [#530](https://github.com/grafana/grafana-image-renderer/pull/530), [AgnesToulet](https://github.com/AgnesToulet) +- Server: Support HTTPS configuration [#527](https://github.com/grafana/grafana-image-renderer/pull/527), [AgnesToulet](https://github.com/AgnesToulet) + ## 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) diff --git a/plugin.json b/plugin.json index 361b3e22..3c2d15cc 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.5", - "updated": "2024-05-23" + "version": "3.11.0", + "updated": "2024-06-13" }, "dependencies": { "grafanaDependency": ">=8.3.11"