diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dfa4958..3283d451a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ ## [Unreleased] +## [0.11.2] - 2024-06-18 + ### Fixed - Only dimension on size (+ color) wrongly displayed as treemap, not tablechart. - Allocated memory is immediately freed after calling detach(), CAnimation and Snapshot also can be released using their new `free()` method. +- Canvas pointer event handlers registered as passive. ## [0.11.1] - 2024-05-31 diff --git a/src/chart/main/version.cpp b/src/chart/main/version.cpp index c684d16c9..f183d1e91 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, 1); +const App::Version Vizzu::Main::version(0, 11, 2); const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";