diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ffae35..c13e1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ # Changelog -## [0.2.4a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.4a1) (2024-11-16) +## [0.2.5a1](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/0.2.5a1) (2024-11-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.3...0.2.4a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/V0.2.4...0.2.5a1) **Merged pull requests:** -- fix: gui images [\#22](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/22) ([JarbasAl](https://github.com/JarbasAl)) +- fix:allow workshop 3.0.0 [\#24](https://github.com/OpenVoiceOS/ovos-skill-iss-location/pull/24) ([JarbasAl](https://github.com/JarbasAl)) -## [V0.2.3](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.3) (2024-11-16) +## [V0.2.4](https://github.com/OpenVoiceOS/ovos-skill-iss-location/tree/V0.2.4) (2024-11-16) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.3...V0.2.3) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-iss-location/compare/0.2.4...V0.2.4) diff --git a/requirements.txt b/requirements.txt index 886ac8c..dcb1c30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests skyfield ovos-date-parser>=0.0.3,<1.0.0 -ovos-workshop>=0.0.12,<3.0.0 +ovos-workshop>=0.0.12,<4.0.0 ovos-bus-client>=1.0.1 \ No newline at end of file diff --git a/version.py b/version.py index dd17284..31884c6 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_BUILD = 5 +VERSION_ALPHA = 1 # END_VERSION_BLOCK