diff --git a/CHANGELOG.md b/CHANGELOG.md index c487db1..26fade6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/ovos-config/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.5...HEAD) + +**Fixed bugs:** + +- change the config merge/load order [\#27](https://github.com/OpenVoiceOS/ovos-config/pull/27) ([emphasize](https://github.com/emphasize)) + +**Merged pull requests:** + +- Create config file on `store` if not exists [\#28](https://github.com/OpenVoiceOS/ovos-config/pull/28) ([NeonDaniel](https://github.com/NeonDaniel)) + +## [V0.0.5](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.5) (2022-10-29) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.5a6...V0.0.5) + ## [V0.0.5a6](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.5a6) (2022-10-27) [Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.5a5...V0.0.5a6) diff --git a/ovos_config/version.py b/ovos_config/version.py index 89f8a72..df66784 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 = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK