diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7a3669bef..855f913df 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,12 @@ 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.9.3 + +### Fixed + +- [PETLinear] Fix the SUVR normalization step (see PR [#1348](https://github.com/aramis-lab/clinica/pull/1348)) + ## Clinica 0.9.2 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index dbcd5b513..53e9f6666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "clinica" -version = "0.9.2" +version = "0.9.3" description = "Software platform for clinical neuroimaging studies" license = "MIT" authors = ["ARAMIS Lab"]