diff --git a/README.md b/README.md index 5befbc1..0845b62 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,12 @@ If you have a more general question regarding the usage of SEPIA and/or other QS For full update log, please visit https://sepia-documentation.readthedocs.io/en/latest/getting_started/Release-note.html. -### 1.2.1.1 (current master) +### 1.2.2 (current master) +* Fix bug for non-double type input for MATLAB's strel function +* Make sure all holes inside the ROI mask are filled after the background field removal step +* ROI (brain) mask is applied on the fieldmap regardless of what method is chosen + +### 1.2.1.1 (current 941cd5b) * Enable option of GPU processing for FANSI and NDI ### 1.2.1 (current 190dd44) diff --git a/sepia_universal_variables.m b/sepia_universal_variables.m index 3c91990..944605a 100755 --- a/sepia_universal_variables.m +++ b/sepia_universal_variables.m @@ -14,7 +14,7 @@ % DO NOT change the order of the entities, add a new one at the end instead % %% Version -SEPIA_version = 'v1.2.2 dev'; +SEPIA_version = 'v1.2.2'; %% PATH SEPIA_HOME = fileparts(mfilename('fullpath'));