diff --git a/CHANGELOG.md b/CHANGELOG.md index 405c2eb..770ef7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.6.1 (2024-10-12) + +### Fix + +- Fix docker minor version tagging + ## v1.6.0 (2024-09-22) ### Feat diff --git a/podcast_archiver/__init__.py b/podcast_archiver/__init__.py index 456c0ed..b014686 100644 --- a/podcast_archiver/__init__.py +++ b/podcast_archiver/__init__.py @@ -1 +1 @@ -__version__ = "v1.6.0" +__version__ = "v1.6.1" diff --git a/pyproject.toml b/pyproject.toml index 93a4d14..1459bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "podcast-archiver" -version = "1.6.0" +version = "1.6.1" description = "Archive all episodes from your favorite podcasts" # cspell: disable authors = ["Jan Willhaus "]