From f9deac748ce9d6e2d417dab762dfdfe12bae7261 Mon Sep 17 00:00:00 2001
From: Nicolas Servant <nicolas.servant@curie.fr>
Date: Fri, 21 May 2021 19:26:51 +0200
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0760c88..0a2d45f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,9 +3,8 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## v1.3.0 - 2021-13-05
+## v1.3.0 - 2021-22-05
 
-* Fix bug in stats export
 * Change the `/tmp/` folder to `./tmp/` folder so that all tmp files are now in the work directory (#24)
 * Add `--hicpro_maps` options to generate the raw and normalized HiC-Pro maps. The default is now to use cooler
 * Add chromosome compartments calling with cooltools (#53)
@@ -21,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### `Fixed`
 
+* Fix bug in stats report which were not all correcly exported in the results folder
 * Fix recurrent bug in input file extension (#86)
 * Fix bug in `--bin_size` parameter (#85)
 * `--min_mapq` is ignored if `--keep_multi` is used
-- 
GitLab