diff --git a/CHANGELOG.md b/CHANGELOG.md index 6673409..2aa0845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.0.3 +Bugfixes: +- MacOS: Fix using Aggregate devices for playback. + ## v2.0.2 Bugfixes: - MacOS: Fix a segfault when reading clock source names for some capture devices. diff --git a/Cargo.toml b/Cargo.toml index 8e4e6e4..1fa06e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "camilladsp" -version = "2.0.2" +version = "2.0.3" authors = ["Henrik Enquist "] edition = "2021" description = "A flexible tool for processing audio"