diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1c366..d6e28bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.21.1 (2024-05-03) * Fixed: Distance was calculated inconsistently for Git when there were some tags and none matched the version pattern. diff --git a/pyproject.toml b/pyproject.toml index a7ee82f..38fba7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "1.21.0" +version = "1.21.1" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]