diff --git a/CHANGELOG.md b/CHANGELOG.md index be296216c..84b1d1e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.130.0 (2023-11-07) + +### Feature + +* Log calculated metric with SplitTrainer ([#364](https://github.com/Aarhus-Psychiatry-Research/psycop-common/issues/364)) ([`9759f7c`](https://github.com/Aarhus-Psychiatry-Research/psycop-common/commit/9759f7c40d8f1c5362e1b1b5c4857d031e494bd4)) + ## v0.129.1 (2023-11-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 93eab257d..83293c039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ { name = "Jakob G. Damgaard" }, { name = "Erik Perfalk" }, ] -version = "0.129.1" +version = "0.130.0" description = "PSYCOP" classifiers = [ "Operating System :: POSIX :: Linux",