diff --git a/CHANGELOG.md b/CHANGELOG.md index 5afe45c..61fdec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.1.9a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.9a1) (2024-11-17) +## [0.1.10a1](https://github.com/OpenVoiceOS/ovos-skill-alerts/tree/0.1.10a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.8...0.1.9a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-alerts/compare/0.1.9...0.1.10a1) **Merged pull requests:** -- added italian [\#30](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/30) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix:allow workshop 3.0.0 [\#33](https://github.com/OpenVoiceOS/ovos-skill-alerts/pull/33) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/requirements.txt b/requirements.txt index fd86542..a644e43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ json_database>=0.5 combo_lock>=0.2 ovos-utils>=0.0.32 ovos-bus-client>=0.0.3,<2.0.0 -ovos-workshop>=2.2.0,<3.0.0 +ovos-workshop>=2.2.0,<4.0.0 caldav~=1.2 icalendar~=5.0 ovos-utterance-normalizer>=0.0.1,<1.0.0 diff --git a/version.py b/version.py index d32448d..46d79e6 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 9 -VERSION_ALPHA = 0 +VERSION_BUILD = 10 +VERSION_ALPHA = 1 # END_VERSION_BLOCK