diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d1141..574eada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Unreleased + +## [0.18.0] 2024-04-28 + ### Removed - Dropped support for `python 3.7`. diff --git a/pyproject.toml b/pyproject.toml index d6f4a56..a74f4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beetcamp" -version = "0.17.2" +version = "0.18.0" description = "Bandcamp autotagger source for beets (http://beets.io)." authors = ["Šarūnas Nejus "] readme = "README.md"