diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a614b8..6a9fbd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-audio/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a53...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a54...HEAD) + +**Fixed bugs:** + +- fix/drop\_OCP\_mycroft\_hacks [\#80](https://github.com/OpenVoiceOS/ovos-audio/pull/80) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.2a54](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a54) (2024-07-17) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a53...V0.0.2a54) **Fixed bugs:** diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 70f3cbe..a676551 100644 --- a/ovos_audio/version.py +++ b/ovos_audio/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 54 +VERSION_ALPHA = 55 # END_VERSION_BLOCK