We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47628e commit 601bd29Copy full SHA for 601bd29
CHANGELOG.md
@@ -3,6 +3,13 @@
3
4
5
6
+
7
+## v1.22.1 (2020-05-23)
8
9
+### Fix
10
11
+- **templates**: remove trailing space in keep_a_changelog
12
13
## v1.22.0 (2020-05-13)
14
15
### Fix
commitizen/__version__.py
@@ -1 +1 @@
1
-__version__ = "1.22.0"
+__version__ = "1.22.1"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
2
-version = "1.22.0"
+version = "1.22.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
@@ -29,7 +29,7 @@ exclude = '''
29
30
[tool.poetry]
31
name = "commitizen"
32
33
description = "Python commitizen client tool"
34
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
35
license = "MIT"
0 commit comments