diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d43d82..8a652b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.9.0 (2023-12-04) +- Config: Improve consistency between plugin and server mode [#477](https://github.com/grafana/grafana-image-renderer/pull/477), [AgnesToulet](https://github.com/AgnesToulet) +- Chore: Bump axios from 0.27.2 to 1.6.0 [#480](https://github.com/grafana/grafana-image-renderer/pull/480), [dependabot[bot]](https://github.com/apps/dependabot) + ## 3.8.4 (2023-10-17) - Bump xml2js to 0.6.2 [#473](https://github.com/grafana/grafana-image-renderer/pull/473), [AgnesToulet](https://github.com/AgnesToulet) - Browser: Fix panel rendered waiting condition [#472](https://github.com/grafana/grafana-image-renderer/pull/472), [AgnesToulet](https://github.com/AgnesToulet) diff --git a/plugin.json b/plugin.json index eda89090..b3ede8b6 100644 --- a/plugin.json +++ b/plugin.json @@ -9,12 +9,7 @@ "name": "Grafana Labs", "url": "https://grafana.com" }, - "keywords": [ - "renderer", - "png", - "backend", - "image" - ], + "keywords": ["renderer", "png", "backend", "image"], "logos": { "small": "img/icon.png", "large": "img/icon.png" @@ -29,10 +24,10 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.8.4", - "updated": "2023-10-17" + "version": "3.9.0", + "updated": "2023-12-04" }, "dependencies": { "grafanaDependency": ">=8.3.11" } -} \ No newline at end of file +}