diff --git a/CHANGELOG.md b/CHANGELOG.md index ce014083e..8d61c40e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ 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.1 + + +### Added +- [Doc] add ukbiobank documentation +- [DWIConnectome] Fetch meta data directly from MRtrix github repository + +### Changed +- [Core] Enable parallelization when grabbing files + +### Fixed +- [Converters] Fix several warnings + + ## Clinica 0.7.0 ### Added diff --git a/pyproject.toml b/pyproject.toml index e32313df5..0c2e3de89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinica" -version = "0.7.0" +version = "0.7.1" description = "Software platform for clinical neuroimaging studies" license = "MIT" authors = ["ARAMIS Lab"]