diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42514..b7bafb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [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) + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/mycroft_classic_listener/version.py b/mycroft_classic_listener/version.py index ea4e38a..2416e7d 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 = 0 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK