diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bf498a9..db7d7ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.3.0 (2021-11-18) + +- Chore: Bump pkg from 5.3.3 to 5.4.1 [#305](https://github.com/grafana/grafana-image-renderer/pull/305), [AgnesToulet](https://github.com/AgnesToulet) +- Configuration: Add timeout setting for clustered mode [#303](https://github.com/grafana/grafana-image-renderer/pull/303), [AgnesToulet](https://github.com/AgnesToulet) + ## 3.2.1 (2021-10-07) - Chore: Upgrade dev dependencies [#294](https://github.com/grafana/grafana-image-renderer/pull/294), [AgnesToulet](https://github.com/AgnesToulet) diff --git a/plugin.json b/plugin.json index efb1ee9c..fc5b1018 100644 --- a/plugin.json +++ b/plugin.json @@ -20,8 +20,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": "3.2.1", - "updated": "2021-10-07" + "version": "3.3.0", + "updated": "2021-11-18" }, "dependencies": { "grafanaDependency": ">=7.0.0"