diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f3e4c..776115c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.1 (2022-10-29) + +### Fix + +- fix version + +## 0.1.0 (2022-10-29) + ## 0.3.0 (2022-10-28) ### Feat diff --git a/pyproject.toml b/pyproject.toml index b5ca45b..31283c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api" [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.0" +version = "0.3.1" tag_format = "$version" version_files = ["pyproject.toml:version"] [tool.poetry] name = "template" -version = "0.3.0" +version = "0.3.1" description = "" authors = ["Qin Li "] license = "MIT"