diff --git a/CHANGELOG.md b/CHANGELOG.md index b9145b6..061c057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.19.2 (2024-02-16) * Fixed an exception when a Git repository had a broken ref. Git would print a warning that Dunamai failed to parse. diff --git a/pyproject.toml b/pyproject.toml index 69a0f4e..ee3764c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "1.19.1" +version = "1.19.2" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]