Skip to content

Commit dc80ea4

Browse files
authored
Merge pull request #552 from vizzuhq/release
Set version to 0.11.4
2 parents 0a6bccf + c9ef1f4 commit dc80ea4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
## [Unreleased]
44

5+
## [0.11.4] - 2024-07-09
6+
57
## Fixed
68

9+
- Add default no rectangle spacing on heatmap and coxcomb.
710
- Crash fix on special (meas-meas) area bar mekko charts.
811

912
## [0.11.3] - 2024-06-27
1013

1114
### Fixed
1215

13-
- Add default no rectangle spacing on heatmap and coxcomb.
1416
- Change bubblechart behavior on failure.
1517
- Fix reference markers on bubblechart with negative values.
1618
- From now lightness channel goes from light (low value) to dark (high value) colors.

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

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

0 commit comments

Comments
 (0)