diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c747fd..b9930ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-news/tree/HEAD) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/V0.0.2...HEAD) + +**Merged pull requests:** + +- feat/runtime\_requirements [\#7](https://github.com/OpenVoiceOS/skill-ovos-news/pull/7) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.2](https://github.com/OpenVoiceOS/skill-ovos-news/tree/V0.0.2) (2023-01-26) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/V0.0.2a1...V0.0.2) + ## [V0.0.2a1](https://github.com/OpenVoiceOS/skill-ovos-news/tree/V0.0.2a1) (2023-01-26) [Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-news/compare/V0.2...V0.0.2a1) diff --git a/version.py b/version.py index 23532c1..874672d 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_ALPHA = 1 # END_VERSION_BLOCK