diff --git a/CHANGELOG.md b/CHANGELOG.md index 917fab8..b311b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.13.7 (2023-10-14) + +### Feat + +- update README with session example + ## v0.13.6 (2023-10-13) ### Feat diff --git a/Cargo.toml b/Cargo.toml index 8591f6e..b40f527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.13.6" +version = "0.13.7" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 0bdb673..367a583 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.13.6", + "version": "0.13.7", "tag_format": "v$version", "version_files": [ "Cargo.toml",