From e429d36a61db71223aa48ddc7abb81ffeb9052e3 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 15 May 2019 09:56:27 -0500
Subject: [PATCH] Add in changelog.

---
 CHANGELOG.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..963440e
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+## [Unreleased]
+
+## [publish_1.0.4 ] - 2019-05-15
+### Fixed
+- Retitled documentation for skipDiff and skipMotif to be more clear
+- Add missing python module for motif search
+- Updated links for phantompeaktools and references
+- Fix callPeaks for single control experiments
+
+## [publish_1.0.3 ] - 2019-04-23
+### Fixed
+- Variable name for design file for Astrocyte
+- File path for design file to work for Astrocyte
+
+## [publish_1.0.0 ] - 2019-04-23
+Initial release of pipeline
-- 
GitLab