Skip to content

Commit 1728c69

Browse files
authored
Set version to 0.11.3
1 parent 22eed21 commit 1728c69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5-
### Fixed
5+
## [0.11.3] - 2024-06-27
66

7+
### Fixed
78

89
- Change bubblechart behavior on failure.
910
- Fix reference markers on bubblechart with negative values.
1011
- From now lightness channel goes from light (low value) to dark (high value) colors.
1112

12-
1313
## [0.11.2] - 2024-06-18
1414

1515
### Fixed

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

55
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";

0 commit comments

Comments
 (0)