diff --git a/CHANGELOG.md b/CHANGELOG.md index b4eac4c..8ef38e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.22.0 (2023-05-19) * Added: * The plugin will print a warning for shallow Git repositories diff --git a/pyproject.toml b/pyproject.toml index 63d7e7d..88a5bad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "0.21.5" +version = "0.22.0" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]