diff --git a/.cz.toml b/.cz.toml index beb74a1..353b838 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.8.0" +version = "0.8.1" tag_format = "v$version" bump_message = "bump: Semantic Release Bot: Realease Version: $new_version 🤖🚀 [skip ci]" version_files = [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 4145b36..3eb1ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.8.1 (2024-06-12) + +### Fix + +- add native null to be handle in a proper way + ## v0.8.0 (2024-05-24) ### Feat