diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b9db7f3..40c10fb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ ## [Unreleased] -### Fixed +## [0.11.3] - 2024-06-27 +### Fixed - Change bubblechart behavior on failure. - Fix reference markers on bubblechart with negative values. - From now lightness channel goes from light (low value) to dark (high value) colors. - ## [0.11.2] - 2024-06-18 ### Fixed diff --git a/src/chart/main/version.cpp b/src/chart/main/version.cpp index f183d1e91..8a0ee2555 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, 2); +const App::Version Vizzu::Main::version(0, 11, 3); const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";