diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42514..2dbc91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.1a2](https://github.com/OpenVoiceOS/skill-ovos-wordnet/tree/V0.0.1a2) (2024-02-19) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-wordnet/compare/17f306c1a9dc5e1376e917f98d82a234dd979525...V0.0.1a2) + \* *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 c4ff150..5ca9233 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 2 +VERSION_ALPHA = 3 # END_VERSION_BLOCK