diff --git a/CHANGELOG.md b/CHANGELOG.md index 52107b54..51e9b310 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.16.0] - 2026-06-22 + ### Added - Added `COSMOS` from [Scalable Pareto Front Approximation for Deep Multi-Objective diff --git a/pyproject.toml b/pyproject.toml index 26b7674d..bf60cdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.15.0" +version = "0.16.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [