diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 97d329adf49f9a4ca2bdb89ebb33025746a91f25..785661119a9f3d1ca173a9c92a64a52bbf930328 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,10 +2,8 @@ name: Continuous integration
 
 on: 
   pull_request:
-    paths:
-      - "**.wdl"  # Workflow files and task 
-      - "**.yml"  # Ci configuration, tests and docker images 
-      - "!docs/**"
+    paths_ignore:
+      - "docs/**"
 
 defaults:
   run:
@@ -29,4 +27,4 @@ jobs:
       - name: install requirements
         run: conda install -n test cromwell miniwdl wdl-aid
       - name: run linting
-        run: bash scripts/biowdl_lint.sh
\ No newline at end of file
+        run: bash scripts/biowdl_lint.sh
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5eda114e5716cdfab98aa03a4a8a04514ae68430..7cb7a436e7d59824023e989bb72352cb0a3f0e71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ This document is user facing. Please word the changes in such a way
 that users understand how the changes affect the new version.
 -->
 
-version 5.0.0-dev
+version 5.0.0
 ---------------------------
 + Update CPAT to version 3.0.4.
   + Changed the `outFilePath` input to `outputPrefix`.
diff --git a/scripts b/scripts
index c31670d3a9222a2feafc649cbc118c95afbc7189..84690a30eb0dde2bfdfaff9abf097b6f4c49dfd8 160000
--- a/scripts
+++ b/scripts
@@ -1 +1 @@
-Subproject commit c31670d3a9222a2feafc649cbc118c95afbc7189
+Subproject commit 84690a30eb0dde2bfdfaff9abf097b6f4c49dfd8