Skip to content

Commit c24c565

Browse files
authored
Merge pull request #438 from vizzuhq/release-0.9.2
Set version to 0.9.2
2 parents d2f4bac + 791f60b commit c24c565

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.9.2] - 2023-11-22
6+
57
### Fixed
68

79
- Fixed redraw on browser zoom (bug since 0.9.0).

src/chart/main/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "version.h"
22

3-
const App::Version Vizzu::Main::version(0, 9, 1);
3+
const App::Version Vizzu::Main::version(0, 9, 2);
44

55
const char *const Vizzu::Main::siteUrl = "https://vizzuhq.com/";

0 commit comments

Comments
 (0)