diff --git a/CHANGELOG.md b/CHANGELOG.md index 9179904..a68f4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.2a13](https://github.com/OpenVoiceOS/ovos-listener/tree/V0.0.2a13) (2023-06-05) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2a12...V0.0.2a13) + ## [V0.0.2a12](https://github.com/OpenVoiceOS/ovos-listener/tree/V0.0.2a12) (2023-05-19) [Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2a11...V0.0.2a12) diff --git a/ovos_listener/version.py b/ovos_listener/version.py index 4b249e2..ce219d6 100644 --- a/ovos_listener/version.py +++ b/ovos_listener/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 13 +VERSION_ALPHA = 14 # END_VERSION_BLOCK