diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e651d..48a3522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.13.2 (2023-10-11) + ## v0.13.1 (2023-10-10) ### Feat diff --git a/Cargo.toml b/Cargo.toml index 67b52c3..2ef1eac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.13.1" +version = "0.13.2" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 9b553a6..d710e9a 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.13.1", + "version": "0.13.2", "tag_format": "v$version", "version_files": [ "Cargo.toml",