diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd14d7..95369be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos-bus-client/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-bus-client/compare/V0.0.3a17...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-bus-client/compare/V0.0.3a18...HEAD) + +**Fixed bugs:** + +- fix session [\#10](https://github.com/OpenVoiceOS/ovos-bus-client/pull/10) ([JarbasAl](https://github.com/JarbasAl)) + +**Closed issues:** + +- Session ID error [\#9](https://github.com/OpenVoiceOS/ovos-bus-client/issues/9) + +## [V0.0.3a18](https://github.com/OpenVoiceOS/ovos-bus-client/tree/V0.0.3a18) (2023-04-12) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-bus-client/compare/V0.0.3a17...V0.0.3a18) **Fixed bugs:** diff --git a/ovos_bus_client/version.py b/ovos_bus_client/version.py index 39f51cc..374ef4b 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 = 3 -VERSION_ALPHA = 18 +VERSION_ALPHA = 19 # END_VERSION_BLOCK