From 7034a009775f9fe7a9ff65744f2c521600499e4f Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Tue, 26 Mar 2019 09:35:56 +0100
Subject: [PATCH] update changelog for 0.2.9

---
 CHANGELOG.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e09ec624..afb1991f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
 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).
 
+
+## [0.2.9] - 2019-03-26
+### Added
+- Add new tools (fastq, macs2, umitools, ...)
+- singularity support
+
+### Changed
+- every tool name is now in lowercase in each module section
+
 ## [0.2.7] - 2018-10-23
 ### Added
 - Add new tools (BWA, GATK, sambamba, ...)
@@ -87,4 +96,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [0.1.0] - 2018-05-06
 This is the first working version of the repository as a nextflow module repository
-
-- 
GitLab