diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5e3a9..f2d1f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.21.5 (2023-05-15) * Fixed: * Compatibility with poetry-core 1.6.0+. diff --git a/pyproject.toml b/pyproject.toml index 5d45db2..71ebfb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "0.21.4" +version = "0.21.5" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]