diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8d61c40e6..084c0035c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,18 @@ Main changes to this code/ project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Clinica 0.7.2 + +### Fixed + +- [Pipelines] Fix bug introduced in previous version with the use of the gunzip interface +- [DWIConnectome] Use ConstrainedSphericalDeconvolution instead of buggy EstimateFOD + +### Enhanced + +- [Adni2Bids] Add compatibility for edge cases introduced in Adni3 + + ## Clinica 0.7.1 diff --git a/pyproject.toml b/pyproject.toml index 3caa7eed8..16121ef8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinica" -version = "0.7.1" +version = "0.7.2" description = "Software platform for clinical neuroimaging studies" license = "MIT" authors = ["ARAMIS Lab"]