diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3bb0b..a78b461 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.2a35...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a36...HEAD) + +**Implemented enhancements:** + +- better error logs [\#54](https://github.com/OpenVoiceOS/ovos-audio/pull/54) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.2a36](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a36) (2024-02-07) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a35...V0.0.2a36) **Fixed bugs:** diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 9246a81..2376572 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 = 36 +VERSION_ALPHA = 37 # END_VERSION_BLOCK