diff --git a/CHANGELOG.md b/CHANGELOG.md index a635dc8..e0277ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.13.9 (2023-11-06) + ## v0.13.8 (2023-10-21) ## v0.13.7 (2023-10-14) diff --git a/Cargo.toml b/Cargo.toml index 59cabe5..dc7580d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.13.8" +version = "0.13.9" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 8601f80..dd28f4f 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.13.8", + "version": "0.13.9", "tag_format": "v$version", "version_files": [ "Cargo.toml",