From 9889d67f2c153189350a53c483538904e84ebe1a Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 6 Jun 2024 19:43:43 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 12 +++++++++++- ovos_audio/version.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8bd2d..d65962a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-audio/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a48...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a49...HEAD) + +**Fixed bugs:** + +- voice directory not automatically recreated if deleted [\#68](https://github.com/OpenVoiceOS/ovos-audio/issues/68) +- Changing mycroft.conf breaks audio output [\#52](https://github.com/OpenVoiceOS/ovos-audio/issues/52) +- fix/bump\_ocp [\#72](https://github.com/OpenVoiceOS/ovos-audio/pull/72) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.2a49](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a49) (2024-06-02) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a48...V0.0.2a49) **Fixed bugs:** diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 6236cda..fe0f518 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 = 49 +VERSION_ALPHA = 50 # END_VERSION_BLOCK