diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ef8a256..b8b7b6e97 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.12.0] - 2022-11-15 + - Editor: - Introduced a loading state when switching dimension iris and a dataset is using a hierarchy - Added a "default" color palette which becomes available to be selected in a ColorPalette element when custom schema:color properties are defined for dimension values in the Cube Creator diff --git a/package.json b/package.json index 5bd2abe16..72d1bad88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@visualize-admin/visualization-tool", - "version": "3.11.0", + "version": "3.12.0", "repository": { "type": "git", "url": "https://github.com/visualize-admin/visualization-tool.git"