diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd27bd3..166f3d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.50.1 (2023-03-28) +### Fix +* Allow optional outcome prefix ([`12ac771`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/12ac7711a96a598fcc384215dcd84da80bded3df)) + ## v0.50.0 (2023-03-24) ### Feature * Incorrect title ([`7be3a58`](https://github.com/Aarhus-Psychiatry-Research/psycop-model-training/commit/7be3a58bc736644c66d39d2aee233096fd49a6a6)) diff --git a/pyproject.toml b/pyproject.toml index 2e7401ae..d9ea372d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psycop_model_training" -version = "0.50.0" +version = "0.50.1" description = "PSYCOP model training utilities" authors = [ {name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"},