Skip to content

Commit

Permalink
Merge pull request #552 from vizzuhq/release
Browse files Browse the repository at this point in the history
Set version to 0.11.4
  • Loading branch information
veghdev authored Jul 9, 2024
2 parents 0a6bccf + c9ef1f4 commit dc80ea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

## [Unreleased]

## [0.11.4] - 2024-07-09

## Fixed

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

## [0.11.3] - 2024-06-27

### Fixed

- Add default no rectangle spacing on heatmap and coxcomb.
- Change bubblechart behavior on failure.
- Fix reference markers on bubblechart with negative values.
- From now lightness channel goes from light (low value) to dark (high value) colors.
Expand Down
2 changes: 1 addition & 1 deletion src/chart/main/version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "version.h"

const App::Version Vizzu::Main::version(0, 11, 3);
const App::Version Vizzu::Main::version(0, 11, 4);

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

0 comments on commit dc80ea4

Please sign in to comment.