diff --git a/CHANGELOG.md b/CHANGELOG.md index b58476b..8363edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.21.3 (2022-12-23) + +* Fixed: + * Resolved a deprecation warning when used with Poetry Core 1.3.0+. + ([Contributed by edgarrmondragon](https://github.com/mtkennerly/poetry-dynamic-versioning/pull/106)) + ## v0.21.2 (2022-12-16) * Fixed: diff --git a/pyproject.toml b/pyproject.toml index 5b60105..23d7734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "0.21.2" +version = "0.21.3" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]