CHANGELOG.md

# Changelog

## [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))