diff --git a/CHANGELOG.md b/CHANGELOG.md index 8253f12f..abdc7996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -## 1.0.8 (2019-01-20) +## 1.0.9 (2020-01-30) + +- Remote rendering: Improve error handling, logging and metrics [#92](https://github.com/grafana/grafana-image-renderer/pull/92), [marefr](https://github.com/marefr) + - Service: Don't swallow exceptions and fix logging of parameters + - Metrics: Use status 499 when client close the connection + - Docker: Set NODE_ENV=production + - Changed request logging to use debug level if status < 400 and error if >= 400 +- Plugin: Adds icon [#95](https://github.com/grafana/grafana-image-renderer/pull/95), [marefr](https://github.com/marefr) + +## 1.0.8 (2020-01-20) - Build: Upgrade Node.js requirement to LTS (v12) [#57](https://github.com/grafana/grafana-image-renderer/pull/57), [marefr](https://github.com/marefr) - Docker: Add unifont font to support rendering other language, like Chinese/Japanese [#75](https://github.com/grafana/grafana-image-renderer/pull/75), [okhowang](https://github.com/okhowang) diff --git a/plugin.json b/plugin.json index 1194919a..dfb971f5 100644 --- a/plugin.json +++ b/plugin.json @@ -18,8 +18,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": "1.0.8", - "updated": "2019-01-20", + "version": "1.0.9", + "updated": "2020-01-30", "dependencies": { "grafanaVersion": "5.2" }