diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42514..568814a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.0a2](https://github.com/JarbasHiveMind/ovos-skill-fallback-hivemind/tree/V0.0.0a2) (2024-05-20) + +[Full Changelog](https://github.com/JarbasHiveMind/ovos-skill-fallback-hivemind/compare/4c51c47f86c205891ee7f953e6b4792ce121506b...V0.0.0a2) + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/version.py b/version.py index 1edcc8f..c5c91ae 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 0 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK