diff --git a/CHANGELOG.md b/CHANGELOG.md index cfac8f1..d351858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.25.0 (2023-07-11) * Added: * `fix-shallow-repository` option to attempt to automatically fix shallow repositories. diff --git a/pyproject.toml b/pyproject.toml index 8967a08..62ae95a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "0.25.0b2" +version = "0.25.0" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]