diff --git a/CHANGELOG.md b/CHANGELOG.md index 214aaed..5cd7b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.1.0 (2025-01-01) + +### Feat + +- Add --dry-run option (#228) + ## v2.0.2 (2025-01-01) ### Fix diff --git a/podcast_archiver/__init__.py b/podcast_archiver/__init__.py index 329bae3..51f8c49 100644 --- a/podcast_archiver/__init__.py +++ b/podcast_archiver/__init__.py @@ -1 +1 @@ -__version__ = "v2.0.2" +__version__ = "v2.1.0" diff --git a/pyproject.toml b/pyproject.toml index 37711d2..aded823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-archiver" -version = "2.0.2" +version = "2.1.0" description = "Archive all episodes from your favorite podcasts" # cspell: disable authors = ["Jan Willhaus "]