diff --git a/CHANGELOG.md b/CHANGELOG.md index ef38b01..2080769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.6.0 (2025-01-10) * Added: * CLI: `show` command to print the version without changing any files. diff --git a/pyproject.toml b/pyproject.toml index 3af1476..838aeab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "1.5.2" +version = "1.6.0" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]