diff --git a/CHANGES.md b/CHANGES.md index cf1a3af..448c750 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## v0.15 (work in progress) +## v0.15 - Properly removing ``"chr"`` prefix for data aligned to `hg19`. - Checking whether the supported release GRCh37/hg19 was used. diff --git a/pom.xml b/pom.xml index 17d2242..d71052c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.bihealth VarfishAnnotator pom - 0.15-SNAPSHOT + 0.15 ${project.groupId}:${project.artifactId} Variant annotation for Varfish diff --git a/varfish-annotator-cli/pom.xml b/varfish-annotator-cli/pom.xml index 323fc50..cc4e225 100644 --- a/varfish-annotator-cli/pom.xml +++ b/varfish-annotator-cli/pom.xml @@ -11,7 +11,7 @@ com.github.bihealth VarfishAnnotator - 0.15-SNAPSHOT + 0.15 diff --git a/varfish-annotator-core/pom.xml b/varfish-annotator-core/pom.xml index 78b82cd..c80dc03 100644 --- a/varfish-annotator-core/pom.xml +++ b/varfish-annotator-core/pom.xml @@ -11,7 +11,7 @@ com.github.bihealth VarfishAnnotator - 0.15-SNAPSHOT + 0.15