diff --git a/CHANGELOG.md b/CHANGELOG.md index a140323afcc..601b7d3812b 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.8a126...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a127...HEAD) + +**Merged pull requests:** + +- Update requirements.txt [\#531](https://github.com/OpenVoiceOS/ovos-core/pull/531) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a127](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a127) (2024-08-05) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a126...V0.0.8a127) **Fixed bugs:** @@ -466,10 +474,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a75...V0.0.8a76) -**Fixed bugs:** - -- fix: adjust adapt confidence levels [\#418](https://github.com/OpenVoiceOS/ovos-core/pull/418) ([JarbasAl](https://github.com/JarbasAl)) - ## [V0.0.8a75](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a75) (2024-02-14) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a74...V0.0.8a75) diff --git a/ovos_core/version.py b/ovos_core/version.py index c359ed79d8b..c499325e610 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 = 127 +OVOS_VERSION_ALPHA = 128 # END_VERSION_BLOCK