diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9d039..214aaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.2 (2025-01-01) + +### Fix + +- Restore printing archived during progress (#227) + ## v2.0.1 (2025-01-01) ### Fix diff --git a/podcast_archiver/__init__.py b/podcast_archiver/__init__.py index 659f38d..329bae3 100644 --- a/podcast_archiver/__init__.py +++ b/podcast_archiver/__init__.py @@ -1 +1 @@ -__version__ = "v2.0.1" +__version__ = "v2.0.2" diff --git a/pyproject.toml b/pyproject.toml index c5e8054..37711d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-archiver" -version = "2.0.1" +version = "2.0.2" description = "Archive all episodes from your favorite podcasts" # cspell: disable authors = ["Jan Willhaus "]