diff --git a/CHANGELOG.md b/CHANGELOG.md index 0377ae46..5958dfde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0 + +### New + + * error_timeout has been separated into error_network_timeout and error_speech_timeout + ## 1.0.0 ### New diff --git a/README.md b/README.md index 5e0b0d13..4cbee295 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # speech_to_text -[![pub package](https://img.shields.io/badge/pub-v1.0.0-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/build/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3Abuild) +[![pub package](https://img.shields.io/badge/pub-v1.0.1-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/build/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3Abuild) A library that exposes device specific speech to text recognition capability.