diff --git a/CHANGELOG.md b/CHANGELOG.md
index d955884646b77d5c5f43f1517a0aa3be8e505f08..e4072e3811212264381480e34d5bebb96ecb3454 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,18 @@
-# v0.0.3 (in development)
+# v0.0.4 (in development)
+**User Facing**
+* 
+
+**Background**
+* 
+
+*Known Bugs*
+* outputBag does not contain fetch for processed data
+* Does not include automatic data upload
+* Override params (inputBag, fastq, species) aren't checked for integrity
+
+<hr>
+
+# v0.0.3
 **User Facing**
 * TPM table:
   * Add Ensembl Gene ID
@@ -47,4 +61,4 @@
 **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>
\ No newline at end of file
+<hr>
diff --git a/workflow/nextflow.config b/workflow/nextflow.config
index fd6f6f02be0aa82e19fa3e704cc3d609eca8bd99..b166eae18955dcc0ee1955fee0896adfd7465ced 100644
--- a/workflow/nextflow.config
+++ b/workflow/nextflow.config
@@ -97,6 +97,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.3_indev'
+  version = 'v0.0.4_indev'
   nextflowVersion = '>=19.09.0'
 }