diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f39f8bddf81a1bfeba2063b6b576cf9220a75f6..9ac28c741ba6b95064e3fb62287afbeb15ea813c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ## Unreleased
 
+## 0.10.7.1-3.9.6 - 2021-04-02
+
+* more surname control universal rules
+* cheat edit slave overhaul
+* fixes
+
 ## 0.10.7.1-3.9.5 - 2021-03-20
 
 * further refinement to Elohiem's openGL renders
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index c6abe59557349ff9ff9c0c0a09730f09697a65e3..bd99c90adf1abc94af343bc918c9ad4716973123 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -1,6 +1,6 @@
 App.Version = {
 	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
-	pmod: "3.9.5",
+	pmod: "3.9.6",
 	commitHash: null,
 	release: 1123 // When getting close to 2000,  please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };