diff --git a/CHANGELOG.md b/CHANGELOG.md index 653daaa..1a2c0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.1 (2024-01-29) + +### Fix + +- Publish using PyPI trusted publisher + ## v1.2.0 (2024-01-21) ### Feat diff --git a/podcast_archiver/__init__.py b/podcast_archiver/__init__.py index d0f2dbd..79c90e2 100644 --- a/podcast_archiver/__init__.py +++ b/podcast_archiver/__init__.py @@ -1 +1 @@ -__version__ = "v1.2.0" +__version__ = "v1.2.1" diff --git a/pyproject.toml b/pyproject.toml index 3af1b0b..82f642e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-archiver" -version = "1.2.0" +version = "1.2.1" description = "Archive all episodes from your favorite podcasts" authors = ["Jan Willhaus "] license = "MIT"