diff --git a/CHANGELOG b/CHANGELOG index 258362f..cee3338 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ Newest changes should be on top. This document is user facing. Please word the changes in such a way that users understand how the changes affect the new version. --> -version 3.2.0-dev +version 3.2.0 --------------------------- + Added the `shallow` input to enable shallow mode. Defaults to false. + Added the `runPolyGTrimming` input to control whether or not poly- diff --git a/WGSinCancerDiagnostics.wdl b/WGSinCancerDiagnostics.wdl index b7dbc1f..38e3e41 100644 --- a/WGSinCancerDiagnostics.wdl +++ b/WGSinCancerDiagnostics.wdl @@ -109,7 +109,7 @@ workflow WGSinCancerDiagnostics { Float? noneFloat } - String versionString = "3.2.0-dev" + String versionString = "3.2.0" meta {allowNestedInputs: true}