From f2f293cbd7283544a57020a9e67ed4a5d84d3907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez=20de=20la=20Franca=20Beltran?= <5459617+joanlopez@users.noreply.github.com> Date: Tue, 30 Aug 2022 19:35:36 +0200 Subject: [PATCH] Release grafana-image-renderer v3.6.1 (#366) * Release grafana-image-renderer v3.6.1 --- CHANGELOG.md | 6 ++++++ plugin.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e023b93c..2cb8d84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.6.1 (2022-08-30) + +- Chore: Update to Node 16 [#365](https://github.com/grafana/grafana-image-renderer/pull/365), [Clarity-89](https://github.com/Clarity-89) +- Update waiting condition for full page screenshots [#362](https://github.com/grafana/grafana-image-renderer/pull/362), [spinillos](https://github.com/spinillos) +- Fix invalid Content-Disposition [#357](https://github.com/grafana/grafana-image-renderer/pull/357), [spinillos](https://github.com/spinillos) + ## 3.6.0 (2022-08-16) - Security: Add support for auth token [#364](https://github.com/grafana/grafana-image-renderer/pull/364), [xlson](https://github.com/xlson), [joanlopez](https://github.com/joanlopez) diff --git a/plugin.json b/plugin.json index d49f24b2..d04605ff 100644 --- a/plugin.json +++ b/plugin.json @@ -20,8 +20,8 @@ {"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"}, {"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"} ], - "version": "3.6.0", - "updated": "2022-08-16" + "version": "3.6.1", + "updated": "2022-08-30" }, "dependencies": { "grafanaDependency": ">=8.3.11"