diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bc9410513..90bdf8456 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,11 @@ foursight-core
 Change Log
 ----------
 
+5.6.2
+=====
+* Minor changes to the foursight_core/scripts/local_check_execution.py script.
+
+
 5.6.1
 =====
 * Fix to foursight_core/scripts/local_check_execution.py for newer SSO-based AWS credentials,
diff --git a/pyproject.toml b/pyproject.toml
index d3d4609fc..9ad5dd93a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "foursight-core"
-version = "5.6.1"
+version = "5.6.1.1b1"  # TODO: To become 5.6.2
 description = "Serverless Chalice Application for Monitoring"
 authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
 license = "MIT"