Skip to content

Commit

Permalink
Merge pull request #546 from vizzuhq/release
Browse files Browse the repository at this point in the history
Set version to 0.11.3
  • Loading branch information
veghdev authored Jun 27, 2024
2 parents 22eed21 + 1728c69 commit 4fe64ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## [Unreleased]

### Fixed
## [0.11.3] - 2024-06-27

### Fixed

- 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.


## [0.11.2] - 2024-06-18

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

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

0 comments on commit 4fe64ca

Please sign in to comment.