Skip to content

Commit 5ffeff9

Browse files
authored
Merge pull request #309 from vizzuhq/v0.8.1
Set version number to 0.8.1
2 parents fcdfb5d + c819b71 commit 5ffeff9

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.8.1] - 2023-08-15
6+
57
### Fixed
68

79
- Unregistering was not working correctly when the same callback was added for

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, 8, 0);
3+
const App::Version Vizzu::Main::version(0, 8, 1);
44

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

0 commit comments

Comments
 (0)