diff --git a/CHANGELOG.md b/CHANGELOG.md index f092ca02..38599895 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.11.0] - 2026-05-18 + ### Changed - **BREAKING**: Removed `norm_eps`, `rep_eps` and `solver` parameters from the `__init__` of diff --git a/pyproject.toml b/pyproject.toml index e13772b3..80d3ad88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.10.0" +version = "0.11.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [