diff --git a/CITATION.cff b/CITATION.cff index 8c8a4b013..03884fa83 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -86,5 +86,5 @@ keywords: - BIDS-App - Neuroimaging license: BSD-3-Clause -version: 0.7.4 -date-released: '2024-05-29' +version: 0.7.5 +date-released: '2024-06-27' diff --git a/docs/changes.md b/docs/changes.md index 08b3b10c8..4154118a1 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,6 +1,23 @@ # What's New +## 0.7.5 + +This is a patch release that fixes how the correlation matrix plot is generated when users select only one atlas for parcellation. +The bug was likely introduced in 0.7.4 and only affects runs with a single atlas. + +### 🐛 Bug Fixes + +* Fix ConnectPlot by @tsalo in https://github.com/PennLINC/xcp_d/pull/1188 + +### Other Changes + +* Refactor CIFTI parcellation and connectivity workflows to use wb_command by @tsalo in https://github.com/PennLINC/xcp_d/pull/1174 +* Replace internal smoothing spheres with ones from TemplateFlow by @tsalo in https://github.com/PennLINC/xcp_d/pull/1160 + +**Full Changelog**: https://github.com/PennLINC/xcp_d/compare/0.7.4...0.7.5 + + ## 0.7.4 This is a patch release that fixes two important bugs.