diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4128ee371532808b303b7bc9aff1faf3b89a31dc..7a172dd2c1475792fe0339ec2a05a9c2d11bd461 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,8 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ## Unreleased
 
+## 0.10.7.1-4.0.0-alpha.3 - 2021-06-17
+
 * Universal rule for babies to incubator
 * MOD secExp oceanic battles enabled
+* sellSlave overhauling (discard now works again)
 * fixes
 
 ## 0.10.7.1-4.0.0-alpha.2 - 2021-05-23
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index c1d74fa5a9d7b1b5afa58049b9f2e91c6e0be892..1186932a084ef006a88b92235850f074970ef590 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: "4.0.0-alpha.2",
+	pmod: "4.0.0-alpha.3",
 	commitHash: null,
 	release: 1131 // When getting close to 2000,  please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };