diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d89c1c..400529f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [V0.2.6](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/tree/V0.2.6) (2023-04-24) +## [Unreleased](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/compare/c26bbdcb6ac134e2b60de7870716f6130ee01389...V0.2.6) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic/compare/c26bbdcb6ac134e2b60de7870716f6130ee01389...HEAD) **Implemented enhancements:** diff --git a/ovos_tts_plugin_mimic/version.py b/ovos_tts_plugin_mimic/version.py index 5b33184..19d9765 100644 --- a/ovos_tts_plugin_mimic/version.py +++ b/ovos_tts_plugin_mimic/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 8 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK