diff --git a/CHANGELOG.md b/CHANGELOG.md index df10af7..621b8c8 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/3a9bc88b6e19b2674044ba0249758cf2aa5e3885...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/V0.0.1a1...HEAD) + +**Merged pull requests:** + +- modernize [\#3](https://github.com/OpenVoiceOS/skill-ovos-tunein/pull/3) ([NeonJarbas](https://github.com/NeonJarbas)) + +## [V0.0.1a1](https://github.com/OpenVoiceOS/skill-ovos-tunein/tree/V0.0.1a1) (2023-09-05) + +[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-tunein/compare/3a9bc88b6e19b2674044ba0249758cf2aa5e3885...V0.0.1a1) **Implemented enhancements:** diff --git a/version.py b/version.py index 3b6b9b5..c4ff150 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK