diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3e325..4fb0ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/ovos-config/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.2...HEAD) + +**Fixed bugs:** + +- Fix circular imports and refactor submodules [\#8](https://github.com/OpenVoiceOS/ovos-config/pull/8) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.2](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.2) (2022-07-05) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.2a4...V0.0.2) + ## [V0.0.2a4](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.2a4) (2022-07-05) [Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.2a3...V0.0.2a4) diff --git a/ovos_config/version.py b/ovos_config/version.py index 23532c1..874672d 100644 --- a/ovos_config/version.py +++ b/ovos_config/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK