diff --git a/CHANGES.txt b/CHANGES.txt index 1f1e6e4..6db4173 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,10 +3,20 @@ SPAN Changelog Here you can see the full list of changes between each release. +Version 1.2 +---------------- + +Released on Jun 26, 2023 + +- Improved peak calling for narrow marks histone marks +- Improved peaks visualization in JBR Genome Browser +- Fixed beta value estimation for control correction on chromosome filtered coverage +- Fixed problem with highly relaxed FDR settings + Version 1.1 ---------------- -Released on Mar 9th, 2022 +Released on Mar 9th, 2023 - Bugfix update - fix problem with treatment and control scaling - Upscale treatment and control library diff --git a/build.gradle b/build.gradle index db303d1..6fe4811 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import org.apache.tools.ant.filters.ReplaceTokens // SPAN application version -version = "1.1" +version = "1.2" buildscript { ext.kotlin_version = "1.6.10"