diff --git a/CHANGELOG.md b/CHANGELOG.md index 30612ad..a78a22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-tunein/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/V0.0.1a3...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/V0.0.1a4...HEAD) + +**Merged pull requests:** + +- refactor/ocp\_modernize [\#6](https://github.com/OpenVoiceOS/skill-ovos-tunein/pull/6) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.1a4](https://github.com/OpenVoiceOS/skill-ovos-tunein/tree/V0.0.1a4) (2024-05-24) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/V0.0.1a3...V0.0.1a4) **Fixed bugs:** diff --git a/version.py b/version.py index d2cf297..b8b32c5 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 4 +VERSION_ALPHA = 5 # END_VERSION_BLOCK