diff --git a/speech_to_text/CHANGELOG.md b/speech_to_text/CHANGELOG.md index 0494e1f..350f8fb 100644 --- a/speech_to_text/CHANGELOG.md +++ b/speech_to_text/CHANGELOG.md @@ -10,6 +10,7 @@ * Remove support for deprecated v1 Android registration [#545](https://github.com/csdcorp/speech_to_text/issues/545) * Update deprecated Android build settings * Improves handling of possible duplicates from the locales() method to ensure they are removed +* Language codes are properly handled for on device recognition on Android ## 6.6.2 diff --git a/speech_to_text/pubspec.yaml b/speech_to_text/pubspec.yaml index b4f0b96..50ddda6 100644 --- a/speech_to_text/pubspec.yaml +++ b/speech_to_text/pubspec.yaml @@ -1,6 +1,6 @@ name: speech_to_text description: A Flutter plugin that exposes device specific speech to text recognition capability. -version: 7.0.0-beta.2 +version: 7.0.0-beta.3 homepage: https://github.com/csdcorp/speech_to_text environment: