diff --git a/CHANGELOG.md b/CHANGELOG.md index a636b136..ebbfb3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/OVOS-workshop/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7...HEAD) + +**Merged pull requests:** + +- document results structure in ocp\_search [\#26](https://github.com/OpenVoiceOS/OVOS-workshop/pull/26) ([NeonDaniel](https://github.com/NeonDaniel)) +- feat/mycroft\_integration\_tests [\#25](https://github.com/OpenVoiceOS/OVOS-workshop/pull/25) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.7](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7) (2022-07-29) + +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a12...V0.0.7) + ## [V0.0.7a12](https://github.com/OpenVoiceOS/OVOS-workshop/tree/V0.0.7a12) (2022-07-29) [Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/V0.0.7a11...V0.0.7a12) diff --git a/ovos_workshop/version.py b/ovos_workshop/version.py index d2769c2e..36923e08 100644 --- a/ovos_workshop/version.py +++ b/ovos_workshop/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 8 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK