diff --git a/CHANGELOG.md b/CHANGELOG.md index 3993855..460002c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,12 @@ # Changelog -## [0.1.2a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.2a1) (2024-10-15) +## [0.1.3a1](https://github.com/OpenVoiceOS/ovos-skill-news/tree/0.1.3a1) (2024-11-01) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/V0.0.4...0.1.2a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-news/compare/0.1.2...0.1.3a1) **Merged pull requests:** -- fix:long description [\#36](https://github.com/OpenVoiceOS/ovos-skill-news/pull/36) ([JarbasAl](https://github.com/JarbasAl)) -- fix:update\_requirements [\#35](https://github.com/OpenVoiceOS/ovos-skill-news/pull/35) ([JarbasAl](https://github.com/JarbasAl)) -- Add Catalan translation [\#34](https://github.com/OpenVoiceOS/ovos-skill-news/pull/34) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- Add Catalan translation [\#33](https://github.com/OpenVoiceOS/ovos-skill-news/pull/33) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- fix: workshop 2.0.0 [\#38](https://github.com/OpenVoiceOS/ovos-skill-news/pull/38) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/requirements.txt b/requirements.txt index 8b46a34..166680a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pytz feedparser~=6.0 ovos-bus-client>=0.0.9 ovos-utils>=0.1.0 -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 815acd1..9846811 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 1 -VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_BUILD = 3 +VERSION_ALPHA = 1 # END_VERSION_BLOCK