diff --git a/Cargo.toml b/Cargo.toml index d47fed5..dc839b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bliss-analyser" -version = "0.2.2" +version = "0.2.4" authors = ["Craig Drummond "] edition = "2021" license = "GPL-3.0-only" diff --git a/ChangeLog b/ChangeLog index 76cddab..f1fc1b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.2.4 +----- +1. Add support for (DSD) WavPack - thanks to Bart Lauret + 0.2.3 ----- 1. Add option to limit number of concurrent threads.