diff --git a/CHANGELOG.md b/CHANGELOG.md index 003187198..abe717976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.11.1] - 2024-05-31 + ### Fixed - Do not calculate disabled markers to the color normalization. diff --git a/src/chart/main/version.cpp b/src/chart/main/version.cpp index 255a23fd4..c684d16c9 100644 --- a/src/chart/main/version.cpp +++ b/src/chart/main/version.cpp @@ -1,5 +1,5 @@ #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/";