We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4baccf9 + 23ba87e commit 7a1cfd3Copy full SHA for 7a1cfd3
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.11.1] - 2024-05-31
6
+
7
### Fixed
8
9
- Do not calculate disabled markers to the color normalization.
src/chart/main/version.cpp
@@ -1,5 +1,5 @@
1
#include "version.h"
-const App::Version Vizzu::Main::version(0, 11, 0);
+const App::Version Vizzu::Main::version(0, 11, 1);
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";
0 commit comments