diff --git a/CHANGELOG.md b/CHANGELOG.md index 26fade6..ef3d90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-config/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.5...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.6a1...HEAD) + +**Implemented enhancements:** + +- Feat/cli tool [\#24](https://github.com/OpenVoiceOS/ovos-config/pull/24) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.6a1](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.6a1) (2023-03-01) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.5...V0.0.6a1) **Fixed bugs:** diff --git a/ovos_config/version.py b/ovos_config/version.py index df66784..b64d8ef 100644 --- a/ovos_config/version.py +++ b/ovos_config/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 6 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK