diff --git a/CHANGELOG.md b/CHANGELOG.md index c825ab4..7b3a890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.3.0 (2025-01-04) + +### Feat + +- Show spinner/logline during initial feed retrieval (#230) + ## v2.2.1 (2025-01-03) ### Fix diff --git a/podcast_archiver/__init__.py b/podcast_archiver/__init__.py index a851b0d..19d7886 100644 --- a/podcast_archiver/__init__.py +++ b/podcast_archiver/__init__.py @@ -1 +1 @@ -__version__ = "v2.2.1" +__version__ = "v2.3.0" diff --git a/pyproject.toml b/pyproject.toml index 564f5db..312b318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-archiver" -version = "2.2.1" +version = "2.3.0" description = "Archive all episodes from your favorite podcasts" # cspell: disable authors = ["Jan Willhaus "]