From 8a8ce0979be9f433e806a06ec0743c2cc3754f5b Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Tue, 11 Aug 2020 16:08:29 -0500
Subject: [PATCH] Version to 0.0.1

---
 .gitlab/merge_request_templates/Merge_Request.md |  2 +-
 CHANGELOG.md                                     | 10 +++++++++-
 workflow/nextflow.config                         |  2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/.gitlab/merge_request_templates/Merge_Request.md b/.gitlab/merge_request_templates/Merge_Request.md
index d665140..88c50aa 100644
--- a/.gitlab/merge_request_templates/Merge_Request.md
+++ b/.gitlab/merge_request_templates/Merge_Request.md
@@ -10,7 +10,7 @@ These are the most common things requested on pull requests.
  - [ ] `README.md` is updated
  - [ ] `LICENSE.md` is updated with new contributors
  - [ ] Docker images moved to production release and changed in pipeline
- - [ ] Docker images used in the CI unit tests match those used in pipleine
+ - [ ] Docker images used in the CI unit tests match those used in pipeline
 
 
 * [ ] **Close issue**\
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ff0911..904efcc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
-# v0.0.1 (in development)
+# v0.0.2 (in development)
 **User Facing**
 
 **Background**
 
 *Known Bugs*
+
+<hr>
+
+# v0.0.1
+**INITIAL BETA VERSION**\
+Does not include automatic data upload\
+This version is for initial upload of test data to GUDMAP/RBK data-hub for internal integration
+<hr>
diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index eb95558..db422b6 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -94,6 +94,6 @@ manifest {
   homePage = 'https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq'
   description = 'This pipeline was created to be a standard mRNA-sequencing analysis pipeline which integrates with the GUDMAP and RBK consortium data-hub.'
   mainScript = 'rna-seq.nf'
-  version = 'v0.0.1_indev'
+  version = 'v0.0.1'
   nextflowVersion = '>=19.09.0'
 }
-- 
GitLab