diff --git a/CHANGELOG.md b/CHANGELOG.md index b61485a..9711e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.4](https://github.com/nkeenan38/voice_activity_detector/compare/v0.0.3...v0.0.4) - 2024-04-19 + +### Other +- *(deps)* bump rustls from 0.22.2 to 0.22.4 in the cargo group ([#14](https://github.com/nkeenan38/voice_activity_detector/pull/14)) +- Add platform support table to README.md ([#8](https://github.com/nkeenan38/voice_activity_detector/pull/8)) + ## [0.0.3](https://github.com/nkeenan38/voice_activity_detector/compare/v0.0.2...v0.0.3) - 2024-04-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 249493c..3f809b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "voice_activity_detector" -version = "0.0.3" +version = "0.0.4" dependencies = [ "futures", "hound", diff --git a/Cargo.toml b/Cargo.toml index 6a8cd8b..abc6966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voice_activity_detector" -version = "0.0.3" +version = "0.0.4" edition = "2021" authors = ["Nick Keenan "] description = "Voice Activity Detector using the Silero VAD model."