diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd62e1..ecf5f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.1.1 (2023-10-27) * Fixed: * Custom substitutions in pyproject.toml weren't cleaned up correctly. diff --git a/pyproject.toml b/pyproject.toml index ff4ea4e..90a255c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "1.1.0" +version = "1.1.1" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]