diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d08612..0f07c1f 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.4.0](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.3.2...v0.4.0) - 2024-11-16 + +### Other + +- recognizer stream multi-turn ([#23](https://github.com/jBernavaPrah/azure-speech-sdk-rs/pull/23)) + ## [0.3.2](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.3.1...v0.3.2) - 2024-11-02 ### Other diff --git a/Cargo.lock b/Cargo.lock index e367b5f..69eaa0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "azure-speech" -version = "0.3.2" +version = "0.4.0" dependencies = [ "async-trait", "cpal", diff --git a/Cargo.toml b/Cargo.toml index 023b1f7..b51a64b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure-speech" -version = "0.3.2" +version = "0.4.0" authors = ["Jure Bernava Prah "] description = "Pure Rust SDK for Azure Speech Service" edition = "2021"