diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cab01b614b0..40f5a972a0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-core/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a23...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a24...HEAD) + +**Fixed bugs:** + +- hotfix/default\_cfg [\#330](https://github.com/OpenVoiceOS/ovos-core/pull/330) ([JarbasAl](https://github.com/JarbasAl)) + +**Closed issues:** + +- Bug - start-mycroft.sh debug is not handled. [\#312](https://github.com/OpenVoiceOS/ovos-core/issues/312) + +## [V0.0.8a24](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a24) (2023-06-07) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a23...V0.0.8a24) **Fixed bugs:** @@ -624,18 +636,10 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.5a27...V0.0.5a28) -**Fixed bugs:** - -- change ssh events in ssh gui drop down [\#215](https://github.com/OpenVoiceOS/ovos-core/pull/215) ([AIIX](https://github.com/AIIX)) - ## [V0.0.5a27](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.5a27) (2022-10-13) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.5a26...V0.0.5a27) -**Merged pull requests:** - -- refactor/update\_readme [\#214](https://github.com/OpenVoiceOS/ovos-core/pull/214) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.5a26](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.5a26) (2022-10-13) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.5a25...V0.0.5a26) diff --git a/ovos_core/version.py b/ovos_core/version.py index 9f06d4f4249b..c54fd86e11f0 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 = 24 +OVOS_VERSION_ALPHA = 25 # END_VERSION_BLOCK