diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bafb3..97d91f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.0](https://github.com/OpenVoiceOS/mycroft-classic-listener/tree/V0.0.0) (2023-04-08) + +[Full Changelog](https://github.com/OpenVoiceOS/mycroft-classic-listener/compare/V0.0.0a1...V0.0.0) + ## [V0.0.0a1](https://github.com/OpenVoiceOS/mycroft-classic-listener/tree/V0.0.0a1) (2023-04-08) [Full Changelog](https://github.com/OpenVoiceOS/mycroft-classic-listener/compare/fdd49a95e3ab639726c83e83215c79f889975319...V0.0.0a1) diff --git a/mycroft_classic_listener/version.py b/mycroft_classic_listener/version.py index 76c4342..3b6b9b5 100644 --- a/mycroft_classic_listener/version.py +++ b/mycroft_classic_listener/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK