diff --git a/CHANGELOG.md b/CHANGELOG.md index b7515825..d1873e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changes that do not affect the user. ## [Unreleased] +## [0.8.0] - 2025-11-13 + ### Added - Added the `autogram` package, with the `autogram.Engine`. This is an implementation of Algorithm 3 diff --git a/pyproject.toml b/pyproject.toml index cd0822b0..9336b368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.7.0" +version = "0.8.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [