diff --git a/CHANGELOG.md b/CHANGELOG.md index a75ea7d..17fd807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.23.0 (2023-06-13) * Added: * CLI `enable` subcommand to enable the plugin in pyproject.toml. diff --git a/pyproject.toml b/pyproject.toml index 88a5bad..51a2912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "0.22.0" +version = "0.23.0" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]