diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ff650..3acb746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.8.0 (2018-02-15) + - Add `record_wav.rs` example. Records 3 seconds to `$CARGO_MANIFEST_DIR/recorded.wav` using default input device. - Update `enumerate.rs` example to display default input/output devices and diff --git a/Cargo.toml b/Cargo.toml index 7302068..946c247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.7.0" +version = "0.8.0" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"