CHANGELOG.md
# Changelog
## [0.2.2](https://github.com/ex-azure/ex_azure_speech/compare/v0.2.1...v0.2.2) (2024-10-25)
### Bug Fixes
* Update dependencies ([#43](https://github.com/ex-azure/ex_azure_speech/issues/43)) ([3f35feb](https://github.com/ex-azure/ex_azure_speech/commit/3f35feb52a8b362238f5dfe2f9e276edf5902e82))
* Websocket connections should be closed on any error ([a9b8125](https://github.com/ex-azure/ex_azure_speech/commit/a9b8125f2612468b623c34688286e0737ef89416))
## [0.2.1](https://github.com/ex-azure/ex_azure_speech/compare/v0.2.0...v0.2.1) (2024-07-29)
### Bug Fixes
* **audio-recognition:** EndOfDictation messages replaced last detected recognition. ([#39](https://github.com/ex-azure/ex_azure_speech/issues/39)) ([68f6aea](https://github.com/ex-azure/ex_azure_speech/commit/68f6aeaaf7df9c28b92c701dd01afc23e00c4bad))
* **deps:** Dependencies update ([09d77ce](https://github.com/ex-azure/ex_azure_speech/commit/09d77ced08b6c9bee259ba65b2f581cc3d96ea88))
## [0.2.0](https://github.com/YgorCastor/ex_azure_speech/compare/v0.1.1...v0.2.0) (2024-04-30)
### Features
* **text_to_speech:** Implements text-to-speech ([#16](https://github.com/YgorCastor/ex_azure_speech/issues/16)) ([46c058e](https://github.com/YgorCastor/ex_azure_speech/commit/46c058e0487ca02299c39714ad72105ac4795455))
### Bug Fixes
* Improved handling of errors ([2f4fde4](https://github.com/YgorCastor/ex_azure_speech/commit/2f4fde43b937c13cad10fe57b10e7d2e86e18ac3))
## [0.1.1](https://github.com/YgorCastor/ex_azure_speech/compare/v0.1.0...v0.1.1) (2024-04-25)
### Bug Fixes
* **continuous_speech:** Delegates the connection shutdown to the websocket ([b3f9a9d](https://github.com/YgorCastor/ex_azure_speech/commit/b3f9a9d6b1f2554cb8a3f7cab54aaf97d75c671d))
* **pronunciation_assessment:** Added FullText pronunciation granularity ([d3e6713](https://github.com/YgorCastor/ex_azure_speech/commit/d3e67134165eba654255a063ecd083e6f2a8226b))
## 0.1.0 (2024-04-19)
### Features
* **continuous_recognition:** Implements asynchronous recognition. ([#12](https://github.com/YgorCastor/ex_azure_speech/issues/12)) ([863847f](https://github.com/YgorCastor/ex_azure_speech/commit/863847fe570d5427642437616c846cb306b182e6))
### Bug Fixes
* Added utility to deal with in-memory streams ([6851389](https://github.com/YgorCastor/ex_azure_speech/commit/68513899c157d567e182b463f77720add9d10474))
* Changed type Phrase to Evaluation ([2479ddd](https://github.com/YgorCastor/ex_azure_speech/commit/2479ddddc6a146ba4d604c3f3d0b4c36c9dee04a))
* Moving speech context to the connection state ([18a4820](https://github.com/YgorCastor/ex_azure_speech/commit/18a48200584ef2491e4f694e50d960673a21ca3c))
### Miscellaneous Chores
* Preparing Release ([30a1468](https://github.com/YgorCastor/ex_azure_speech/commit/30a1468af1159f9830c78f554f293b715b8ac4d3))