diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e259ea0..389a403e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changelog does not include internal changes that do not affect the user. ## [Unreleased] +## [0.14.0] - 2026-06-10 + ### Added - Added `IMTL-L` (the loss-balancing variant of Impartial Multi-Task Learning) from [Towards diff --git a/pyproject.toml b/pyproject.toml index bd174c69..bf741705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.13.0" +version = "0.14.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [