diff --git a/.cz.toml b/.cz.toml index ac1d6bb..56a6bb7 100644 --- a/.cz.toml +++ b/.cz.toml @@ -15,5 +15,5 @@ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.1" +version = "0.3.2" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6001407..d279a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ ~ limitations under the License. --> +## v0.3.2 (2023-01-28) + +### Fix + +- code file pointer with updated deps + +### Refactor + +- **logs**: uniform Info and Infof removing \n from Info + ## v0.3.1 (2023-01-24) ### Fix