diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b42514..5f10e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.2a5](https://github.com/NeonJarbas/ovos-audio-plugin-simple/tree/V0.0.2a5) (2023-09-06) + +[Full Changelog](https://github.com/NeonJarbas/ovos-audio-plugin-simple/compare/1f7679bd47baa16dcb94674eede87462354a4177...V0.0.2a5) + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/ovos_audio_plugin_simple/version.py b/ovos_audio_plugin_simple/version.py index 62313c8..490aa9b 100644 --- a/ovos_audio_plugin_simple/version.py +++ b/ovos_audio_plugin_simple/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 1 VERSION_BUILD = 0 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK