diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c3ab936c12..89f83303d0fe 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.8a45...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a46...HEAD) + +**Fixed bugs:** + +- fix/get\_response some more [\#362](https://github.com/OpenVoiceOS/ovos-core/pull/362) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a46](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a46) (2023-10-02) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a45...V0.0.8a46) **Fixed bugs:** @@ -641,10 +649,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a8...V0.0.6a9) -**Implemented enhancements:** - -- Add display setting for menu labels [\#244](https://github.com/OpenVoiceOS/ovos-core/pull/244) ([AIIX](https://github.com/AIIX)) - ## [V0.0.6a8](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.6a8) (2022-12-14) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.6a7...V0.0.6a8) diff --git a/ovos_core/version.py b/ovos_core/version.py index dda5f7ff1d6d..29e0f1e2eb47 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 = 46 +OVOS_VERSION_ALPHA = 47 # END_VERSION_BLOCK