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.
1 parent d2f4bac commit 791f60bCopy full SHA for 791f60b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.9.2] - 2023-11-22
6
+
7
### Fixed
8
9
- Fixed redraw on browser zoom (bug since 0.9.0).
src/chart/main/version.cpp
@@ -1,5 +1,5 @@
1
#include "version.h"
-const App::Version Vizzu::Main::version(0, 9, 1);
+const App::Version Vizzu::Main::version(0, 9, 2);
const char *const Vizzu::Main::siteUrl = "https://vizzuhq.com/";
0 commit comments