diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b0770..c41cd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/compare/V0.1.4a3...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/compare/V0.1.4a4...HEAD) + +**Fixed bugs:** + +- fix/initial model dl [\#9](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/pull/9) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.1.4a4](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/tree/V0.1.4a4) (2022-10-28) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/compare/V0.1.4a3...V0.1.4a4) **Merged pull requests:** diff --git a/ovos_stt_plugin_vosk/version.py b/ovos_stt_plugin_vosk/version.py index 649bc53..a917dfa 100644 --- a/ovos_stt_plugin_vosk/version.py +++ b/ovos_stt_plugin_vosk/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 1 VERSION_BUILD = 4 -VERSION_ALPHA = 4 +VERSION_ALPHA = 5 # END_VERSION_BLOCK