diff --git a/CHANGELOG.md b/CHANGELOG.md index ea44997..aa90fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.11.1 (2022-04-05) * Fixed the `--bump` CLI option and the `bump` argument of `Version.serialize` bumping even on a commit with a version tag. Now, no bumping occurs on such diff --git a/pyproject.toml b/pyproject.toml index fb89225..aa1a0ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "1.11.0" +version = "1.11.1" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]