diff --git a/.gitlab/merge_request_templates/Merge_Request.md b/.gitlab/merge_request_templates/Merge_Request.md
index d66514047e4ee5c5c0f404c5931055cabd2408fc..88c50aa2a683175a6e6635283724b11ad308e6e5 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 8ff0911406a181f08e86e495c7530f87d6f43dae..904efcc5a2f1a025e82fa1a65d11d33f573809d6 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 eb95558c9efe19bd76317ce09b0782f8f8b14bd9..db422b68cb4a8d1900cbae33801f6d5f5b8eb9a0 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'
 }