diff --git a/CHANGELOG.md b/CHANGELOG.md index b3971ec..798912c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/OpenVoiceOS/ovos-translate-server/tree/HEAD) +## [V0.0.2a8](https://github.com/OpenVoiceOS/ovos-translate-server/tree/V0.0.2a8) (2024-02-23) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a7...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-translate-server/compare/V0.0.2a7...V0.0.2a8) **Implemented enhancements:** diff --git a/ovos_translate_server/version.py b/ovos_translate_server/version.py index 7a66b0a..b4a1adc 100644 --- a/ovos_translate_server/version.py +++ b/ovos_translate_server/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 8 +VERSION_ALPHA = 9 # END_VERSION_BLOCK