diff --git a/CHANGELOG.md b/CHANGELOG.md index 49741c0..f687219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.0.0 (2023-08-18) * Fixed: * Running `poetry dynamic-versioning` followed by `poetry build` diff --git a/pyproject.toml b/pyproject.toml index 62ae95a..c19e591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "0.25.0" +version = "1.0.0" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]