diff --git a/CHANGELOG.md b/CHANGELOG.md index 15157b1..4d684cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-listener/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.3a1...HEAD) + +**Fixed bugs:** + +- Update ovos-backend-client dependency version [\#28](https://github.com/OpenVoiceOS/ovos-listener/pull/28) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.3a1](https://github.com/OpenVoiceOS/ovos-listener/tree/V0.0.3a1) (2024-04-25) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-listener/compare/V0.0.2...V0.0.3a1) **Fixed bugs:** diff --git a/ovos_listener/version.py b/ovos_listener/version.py index 874672d..bdac248 100644 --- a/ovos_listener/version.py +++ b/ovos_listener/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK