diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2d905cd71..8e2a8cea5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- [IOTools] Fix `merge-tsv` when providing a `T1Freesurfer` CAPS directory (see PR [#1240](https://github.com/aramis-lab/clinica/pull/1240)) + +## Clinica 0.8.2 + +### Fixed + - [ADNI2BIDS] Fix wrong preprocessing sequence in FDG PET Uniform (see PR [#1159](https://github.com/aramis-lab/clinica/pull/1159)) - [NIFD2BIDS] Fix check on type in pandas dataframe (see PR [#1230](https://github.com/aramis-lab/clinica/pull/1227)) - [DWI] `DWIPreprocessingUsingT1` pipeline skips problematic images instead of crashing (see PR [#1169](https://github.com/aramis-lab/clinica/pull/1169)) diff --git a/pyproject.toml b/pyproject.toml index 2be6e015e..a49be56e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinica" -version = "0.8.2" +version = "0.8.3" description = "Software platform for clinical neuroimaging studies" license = "MIT" authors = ["ARAMIS Lab"]