diff --git a/CHANGELOG.md b/CHANGELOG.md index eb73a042..9cb6719c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.4.0 (2024-09-27) + +### Feature + +* Remove pandas upper bound dependency ([`5144eba`](https://github.com/Aarhus-Psychiatry-Research/timeseriesflattener/commit/5144eba712e1e52d915d03b1c39b85e8d8f9064b)) + ## v2.3.0 (2024-09-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 5d2cb00e..7244a1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "timeseriesflattener" -version = "2.3.0" +version = "2.4.0" authors = [ { name = "Lasse Hansen", email = "lasseh0310@gmail.com" }, { name = "Jakob Grøhn Damgaard", email = "bokajgd@gmail.com" },