diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c53f528c..198f5a71e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## v2.17.9 (2021-06-11) + +### Fix + +- **changelog**: generating changelog after a pre-release + ## v2.17.8 (2021-05-28) ### Fix diff --git a/commitizen/__version__.py b/commitizen/__version__.py index 757a1dcbe0..1ad4769cce 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "2.17.8" +__version__ = "2.17.9" diff --git a/pyproject.toml b/pyproject.toml index a13c53a733..7f7e6d3720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "2.17.8" +version = "2.17.9" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -29,7 +29,7 @@ exclude = ''' [tool.poetry] name = "commitizen" -version = "2.17.8" +version = "2.17.9" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"