diff --git a/CHANGELOG.md b/CHANGELOG.md index 77cf828c..3d1c9446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.10.4 (2024-05-06) +- Chore: Remove unused dependencies [#517](https://github.com/grafana/grafana-image-renderer/pull/517), [evictorero](https://github.com/evictorero) + ## 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) diff --git a/plugin.json b/plugin.json index e1877d57..d88f77a9 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.3", - "updated": "2024-04-16" + "version": "3.10.4", + "updated": "2024-05-06" }, "dependencies": { "grafanaDependency": ">=8.3.11"