diff --git a/CHANGELOG.md b/CHANGELOG.md index 071d862..d981618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [0.8.3] - 2024-03-24 + +### Feature + +- Add method to search for `OmimDisease` + +### Bugfix + +- Fix the JC similarity algorithm (see https://github.com/anergictcell/pyhpo/issues/20) + +### Documentation + +- Add a Changelog and a checklist for releases and patches + ## [0.8.2] - 2024-03-09 diff --git a/Cargo.toml b/Cargo.toml index f422556..185e292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hpo" -version = "0.8.2" +version = "0.8.3" edition = "2021" authors = ["Jonas Marcello "] description = "Human Phenotype Ontology Similarity"