From a4180c7027ae66fbb09214e9dc06a866460a4489 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 9 May 2024 19:21:00 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- ovos_audio/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1e64c..791bd5f 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.2a42...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a43...HEAD) + +**Merged pull requests:** + +- Add test case to validate backend plugin load [\#62](https://github.com/OpenVoiceOS/ovos-audio/pull/62) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.2a43](https://github.com/OpenVoiceOS/ovos-audio/tree/V0.0.2a43) (2024-05-09) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-audio/compare/V0.0.2a42...V0.0.2a43) **Implemented enhancements:** diff --git a/ovos_audio/version.py b/ovos_audio/version.py index 03e9ffe..fe86785 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 = 43 +VERSION_ALPHA = 44 # END_VERSION_BLOCK