Skip to content

Commit 5f56563

Browse files
authored
release: 4.0.12 (#761)
1 parent 7f27c00 commit 5f56563

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.12 (2025-09-08)
2+
3+
- HTTPServer: Dynamically create and clean up XDG dirs on each request if not exists, [#756](https://github.com/grafana/grafana-image-renderer/pull/756), [macabu](https://github.com/macabu)
4+
15
## 4.0.11 (2025-09-01)
26

37
- CI: Configure Renovate and pin dependencies, [#712](https://github.com/grafana/grafana-image-renderer/pull/712) + [#723](https://github.com/grafana/grafana-image-renderer/pull/723) + [#734](https://github.com/grafana/grafana-image-renderer/pull/734), [lucychen-grafana](https://github.com/lucychen-grafana)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
2525
}
2626
],
27-
"version": "4.0.11",
28-
"updated": "2025-09-01"
27+
"version": "4.0.12",
28+
"updated": "2025-09-08"
2929
},
3030
"dependencies": {
3131
"grafanaDependency": ">=11.3.8"

0 commit comments

Comments
 (0)