diff --git a/changelog.md b/changelog.md index 54649501..f8956d5f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# v0.7.1 +# v0.7.1 - October 23, 2022 - Update `cpal` to 0.14.1 - Update `ringbuf` to 0.3.1 diff --git a/crates/kira/Cargo.toml b/crates/kira/Cargo.toml index e56085e1..d8cede94 100644 --- a/crates/kira/Cargo.toml +++ b/crates/kira/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kira" -version = "0.7.0" +version = "0.7.1" authors = ["Andrew Minnich "] edition = "2018" license = "MIT OR Apache-2.0"