diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccbc972..323394fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,12 @@ # Changelog -## [0.1.0a2](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.1.0a2) (2024-09-10) +## [0.1.2a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.1.2a1) (2024-09-11) -[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/0.1.0a1...0.1.0a2) +[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/0.1.1...0.1.2a1) **Merged pull requests:** -- chore:semver\_versioning [\#230](https://github.com/OpenVoiceOS/OVOS-workshop/pull/230) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.1.0a1](https://github.com/OpenVoiceOS/OVOS-workshop/tree/0.1.0a1) (2024-09-10) - -[Full Changelog](https://github.com/OpenVoiceOS/OVOS-workshop/compare/0.1.0...0.1.0a1) - -**Merged pull requests:** - -- chore:semver\_automations [\#228](https://github.com/OpenVoiceOS/OVOS-workshop/pull/228) ([JarbasAl](https://github.com/JarbasAl)) +- fix:backend\_client\_version\_compat [\#232](https://github.com/OpenVoiceOS/OVOS-workshop/pull/232) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/ovos_workshop/version.py b/ovos_workshop/version.py index bbc2a727..e60a01d3 100644 --- a/ovos_workshop/version.py +++ b/ovos_workshop/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 -# END_VERSION_BLOCK +VERSION_BUILD = 2 +VERSION_ALPHA = 1 +# END_VERSION_BLOCK \ No newline at end of file diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 6234db7d..2a94bfba 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ ovos-utils>=0.0.38,<1.0.0 ovos_bus_client>=0.0.8,<1.0.0 ovos-config>=0.0.12,<1.0.0 -ovos-backend-client>=0.1.0,<1.0.0 +ovos-backend-client>=0.1.0,<2.0.0 ovos-lingua-franca>=0.4.6,<1.0.0 rapidfuzz