diff --git a/CHANGELOG.md b/CHANGELOG.md index ddae5e9..0f29729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.7a1](https://github.com/OpenVoiceOS/ovos-bus-client/tree/V0.0.7a1) (2023-12-29) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-bus-client/compare/V0.0.6a24...V0.0.7a1) + ## [V0.0.6a24](https://github.com/OpenVoiceOS/ovos-bus-client/tree/V0.0.6a24) (2023-12-28) [Full Changelog](https://github.com/OpenVoiceOS/ovos-bus-client/compare/V0.0.6a23...V0.0.6a24) diff --git a/ovos_bus_client/version.py b/ovos_bus_client/version.py index b6e6a5d..bd53d5f 100644 --- a/ovos_bus_client/version.py +++ b/ovos_bus_client/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 7 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK