diff --git a/CHANGELOG.md b/CHANGELOG.md index c41cd50..bb9f30d 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.4a4...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/compare/V0.1.4a5...HEAD) + +**Fixed bugs:** + +- Fix model download path parsing [\#10](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/pull/10) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.1.4a5](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/tree/V0.1.4a5) (2022-11-11) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk/compare/V0.1.4a4...V0.1.4a5) **Fixed bugs:** diff --git a/ovos_stt_plugin_vosk/version.py b/ovos_stt_plugin_vosk/version.py index a917dfa..03d8070 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 = 5 +VERSION_ALPHA = 6 # END_VERSION_BLOCK