diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5a8ac0..a858b9aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Version History +## Version 0.39.1 (2023-12-28) + +- Fix AudioWorkletNode custom output channel counts + ## Version 0.39.0 (2023-12-27) - Added async OfflineAudioContext methods: startRendering, suspend and resume diff --git a/Cargo.toml b/Cargo.toml index ca4db0e0..3cb5ad1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web-audio-api" -version = "0.39.0" +version = "0.39.1" authors = ["Otto "] edition = "2021" description = "A pure Rust implementation of the Web Audio API, for use in non-browser contexts"