From b211a98edefe81c80a4bcad7ffa27bbdd90d7546 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 19 Oct 2023 19:31:25 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 14 +++++++++----- ovos_core/version.py | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90cd7bc18780..45392c30d976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a53...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a54...HEAD) + +**Fixed bugs:** + +- unittests/message\_routing [\#374](https://github.com/OpenVoiceOS/ovos-core/pull/374) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a54](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a54) (2023-10-19) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a53...V0.0.8a54) **Merged pull requests:** @@ -645,10 +653,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a16...V0.0.6a17) -**Fixed bugs:** - -- Bump minimum plugin version for ocp fix [\#259](https://github.com/OpenVoiceOS/ovos-core/pull/259) ([NeonDaniel](https://github.com/NeonDaniel)) - ## [V0.0.6a16](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.6a16) (2023-01-20) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a15...V0.0.6a16) diff --git a/ovos_core/version.py b/ovos_core/version.py index 85f95f5230d1..f9ef10b501c1 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -18,7 +18,7 @@ OVOS_VERSION_MAJOR = 0 OVOS_VERSION_MINOR = 0 OVOS_VERSION_BUILD = 8 -OVOS_VERSION_ALPHA = 54 +OVOS_VERSION_ALPHA = 55 # END_VERSION_BLOCK