Skip to content

Commit f2f293c

Browse files
authored
Release grafana-image-renderer v3.6.1 (#366)
* Release grafana-image-renderer v3.6.1
1 parent b079d7b commit f2f293c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.6.1 (2022-08-30)
2+
3+
- Chore: Update to Node 16 [#365](https://github.com/grafana/grafana-image-renderer/pull/365), [Clarity-89](https://github.com/Clarity-89)
4+
- Update waiting condition for full page screenshots [#362](https://github.com/grafana/grafana-image-renderer/pull/362), [spinillos](https://github.com/spinillos)
5+
- Fix invalid Content-Disposition [#357](https://github.com/grafana/grafana-image-renderer/pull/357), [spinillos](https://github.com/spinillos)
6+
17
## 3.6.0 (2022-08-16)
28

39
- 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)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
2121
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
2222
],
23-
"version": "3.6.0",
24-
"updated": "2022-08-16"
23+
"version": "3.6.1",
24+
"updated": "2022-08-30"
2525
},
2626
"dependencies": {
2727
"grafanaDependency": ">=8.3.11"

0 commit comments

Comments
 (0)