From 5e5152fa156b507ed581a4efb12fe83f39d5a082 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Agn=C3=A8s=20Toulet?=
 <35176601+AgnesToulet@users.noreply.github.com>
Date: Mon, 4 Dec 2023 15:21:08 +0100
Subject: [PATCH] Release 3.9.0

---
 CHANGELOG.md |  4 ++++
 plugin.json  | 13 ++++---------
 2 files changed, 8 insertions(+), 9 deletions(-)

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
+}