diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb6719c..dcdbedbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v2.5.0 (2024-11-25) + +### Feature + +* Add new UniqueCountAggregator ([`5bd8ea2`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/5bd8ea2e9f9cdee365732cc5f1ef0827db24caa5)) + +### Fix + +* Typo ([`9e59940`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/9e59940dc99ad12cda1521174a90c5e44ea71b26)) + ## v2.4.0 (2024-09-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 7244a1e4..d15fcfe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "timeseriesflattener" -version = "2.4.0" +version = "2.5.0" authors = [ { name = "Lasse Hansen", email = "lasseh0310@gmail.com" }, { name = "Jakob Grøhn Damgaard", email = "bokajgd@gmail.com" },