diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cc7703..5bc9f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/OpenJarbas/tutubo/tree/HEAD) +## [V2.0.2a1](https://github.com/OpenJarbas/tutubo/tree/V2.0.2a1) (2024-09-06) -[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V2.0.1...HEAD) +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V2.0.1...V2.0.2a1) **Merged pull requests:** diff --git a/tutubo/version.py b/tutubo/version.py index 5e2f1ec..72a6eed 100644 --- a/tutubo/version.py +++ b/tutubo/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 2 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 1 -# END_VERSION_BLOCK \ No newline at end of file +VERSION_ALPHA = 0 +# END_VERSION_BLOCK