From 50372599ee045132be532bf7ac822cc9295e81aa Mon Sep 17 00:00:00 2001
From: Ezequiel Victorero <ezequiel.victorero@grafana.com>
Date: Tue, 16 Apr 2024 08:44:52 -0300
Subject: [PATCH] Release 3.10.3

---
 CHANGELOG.md | 3 +++
 plugin.json  | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 175b0e45..77cf828c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 3.10.3 (2024-04-16)
+- Bump protobufjs from 7.2.4 to 7.2.6 [#515](https://github.com/grafana/grafana-image-renderer/pull/515), [dependabot[bot]](https://github.com/apps/dependabot)
+ 
 ## 3.10.2 (2024-04-08)
 - Bump express from 4.18.2 to 4.19.2 [#510](https://github.com/grafana/grafana-image-renderer/pull/510), [dependabot[bot]](https://github.com/apps/dependabot)
 - Bump follow-redirects from 1.15.5 to 1.15.6 [#508](https://github.com/grafana/grafana-image-renderer/pull/508), [dependabot[bot]](https://github.com/apps/dependabot)
diff --git a/plugin.json b/plugin.json
index 0ae0e0c5..e1877d57 100644
--- a/plugin.json
+++ b/plugin.json
@@ -24,8 +24,8 @@
         "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
       }
     ],
-    "version": "3.10.2",
-    "updated": "2024-04-08"
+    "version": "3.10.3",
+    "updated": "2024-04-16"
   },
   "dependencies": {
     "grafanaDependency": ">=8.3.11"