Skip to content

Commit cfb823d

Browse files
authored
Release v1.0.10 (#104)
1 parent 53ddc6d commit cfb823d

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+
## 1.0.10 (2020-02-18)
2+
3+
- Plugin: Fix unable to start Grafana (Windows) with version 1.0.8 and 1.0.9 [#103](https://github.com/grafana/grafana-image-renderer/pull/103), [marefr](https://github.com/marefr)
4+
15
## 1.0.9 (2020-01-30)
26

37
- Remote rendering: Improve error handling, logging and metrics [#92](https://github.com/grafana/grafana-image-renderer/pull/92), [marefr](https://github.com/marefr)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
1919
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
2020
],
21-
"version": "1.0.9",
22-
"updated": "2020-01-30",
21+
"version": "1.0.10",
22+
"updated": "2020-02-18",
2323
"dependencies": {
2424
"grafanaVersion": "5.2"
2525
}

0 commit comments

Comments
 (0)