Skip to content

Commit 617be3d

Browse files
authored
Release grafana-image-renderer v3.4.0 (#321)
1 parent 1574679 commit 617be3d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 3.4.0 (--)
2-
- Support full height dashboards and scaled thumbnails [#312](https://github.com/grafana/grafana-image-renderer/pull/312)
1+
## 3.4.0 (2022-02-17)
2+
3+
- Support new concurrency mode: contextPerRenderKey [#314](https://github.com/grafana/grafana-image-renderer/pull/314), [ArturWierzbicki](https://github.com/ArturWierzbicki)
4+
- Support full height dashboards and scaled thumbnails [#312](https://github.com/grafana/grafana-image-renderer/pull/312), [ryantxu](https://github.com/ryantxu)
35

46
## 3.3.0 (2021-11-18)
57

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.3.0",
24-
"updated": "2021-11-18"
23+
"version": "3.4.0",
24+
"updated": "2022-02-17"
2525
},
2626
"dependencies": {
2727
"grafanaDependency": ">=7.0.0"

0 commit comments

Comments
 (0)