diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f90f9c35..8734fccb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ You can also check the [release page](https://github.com/visualize-admin/visuali ## Unreleased +Nothing yet. + +## [3.9.5] - 2022-10-04 + - Charts: fix bugs that caused scatterplot and pie charts to crash in case no categorical dimensions were present in a dataset - Embed: introduce chart config migrations to embed mode diff --git a/package.json b/package.json index 71a41e05c..1dd7e7643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualize-admin/visualization-tool", - "version": "3.9.4", + "version": "3.9.5", "repository": { "type": "git", "url": "https://github.com/visualize-admin/visualization-tool.git"