diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a0709..36ee9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.9.0] - 2024-03-27 + +### Bugfix + +- Fix the name of the `BMA` SimilarityCombiner. + + ## [0.9.0] - 2024-03-27 ### Feature diff --git a/Cargo.toml b/Cargo.toml index 028f041..3d2fba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hpo" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["Jonas Marcello "] description = "Human Phenotype Ontology Similarity"