diff --git a/CHANGELOG.md b/CHANGELOG.md index 98057561..8df418d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,12 @@ # Changelog -## [0.1.3a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.3a1) (2024-10-15) +## [0.1.4a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.4a1) (2024-11-01) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/0.1.2a1...0.1.3a1) - -**Fixed bugs:** - -- deprecated methods [\#75](https://github.com/OpenVoiceOS/skill-ovos-weather/issues/75) - -**Merged pull requests:** - -- fix:workshop\_100\_compat [\#78](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/78) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.1.2a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.2a1) (2024-10-15) - -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/0.1.1...0.1.2a1) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/0.1.3...0.1.4a1) **Merged pull requests:** -- fix:requirements.txt [\#76](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/76) ([JarbasAl](https://github.com/JarbasAl)) +- fix: allow workshop 2.0.0 [\#80](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/80) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/requirements.txt b/requirements.txt index f6b6a58e..c1f5b455 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests>=2.31.0 pytz ovos-utils>=0.0.28 -ovos-workshop>=0.0.16,<2.0.0 +ovos-workshop>=0.0.16,<3.0.0 diff --git a/version.py b/version.py index 35edff04..fdf3d6f2 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK