diff --git a/CHANGELOG.md b/CHANGELOG.md index 22224fe..70df76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.1](https://github.com/OpenVoiceOS/mycroft-classic-listener/tree/V0.0.1) (2023-09-22) + +[Full Changelog](https://github.com/OpenVoiceOS/mycroft-classic-listener/compare/V0.0.1a2...V0.0.1) + ## [V0.0.1a2](https://github.com/OpenVoiceOS/mycroft-classic-listener/tree/V0.0.1a2) (2023-09-22) [Full Changelog](https://github.com/OpenVoiceOS/mycroft-classic-listener/compare/V0.0.1a1...V0.0.1a2) diff --git a/mycroft_classic_listener/version.py b/mycroft_classic_listener/version.py index 03ebedf..3d283ec 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 = 2 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK