diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bee3d8c34f..2a55dfbb31a 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.8a31...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a32...HEAD) + +**Implemented enhancements:** + +- feat/context\_session [\#308](https://github.com/OpenVoiceOS/ovos-core/pull/308) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.8a32](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.8a32) (2023-08-07) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.8a31...V0.0.8a32) **Implemented enhancements:** @@ -631,10 +639,6 @@ [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.5a34...V0.0.5a35) -**Implemented enhancements:** - -- Update dependencies to stable versions [\#226](https://github.com/OpenVoiceOS/ovos-core/pull/226) ([NeonDaniel](https://github.com/NeonDaniel)) - ## [V0.0.5a34](https://github.com/OpenVoiceOS/ovos-core/tree/V0.0.5a34) (2022-10-25) [Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/V0.0.5a33...V0.0.5a34) diff --git a/ovos_core/version.py b/ovos_core/version.py index 4f8849870f3..9555237cd8c 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 = 32 +OVOS_VERSION_ALPHA = 33 # END_VERSION_BLOCK