From 96378f4dca1157b8dd17a1b877d02a3b4d034c12 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 15 Jan 2023 16:59:11 -0500
Subject: [PATCH] Pregmod v4.0.0-alpha.22

---
 CHANGELOG.md                 | 24 ++++++++++++++++++++++++
 src/002-config/fc-version.js |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ca348de1b8..8e8214a97dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ## Unreleased
 
+## 0.10.7.1-4.0.0-alpha.22 - 2023-01-15
+
+* Elohiem's webGL art update 10
+* expanded slave combat skill
+* added part-time job support
+* combat skill can be trained part-time in the pit
+* added PA options for training slaves in combat
+* non-slave personal attentions now heavily affected by player age, arousal and hindrances
+* reworked whoring PA to better account for your body and the arcology's tastes
+* added player rest PA
+* NG+ slave retirement improvements (adjusts retirement based off transferred slave age)
+* Deadliness can now be hovered over to see what is contributing to it
+* reproduction formula food now works outside of the Master Suite
+* universal impregnation rules can now manage superfetation
+* clinical pregnancy observation options can now be limited to just high risk pregnancy
+* reDrunkenWoman event
+* Slave shelter now considers more things you can do to a slave
+* startingGirls can now set some genetic quirks
+* bimboScore() now returns an unclamped value for better RA support
+* expanded nameless slave support
+* encyclopedia converted to DOM
+* starting arcology choices can now be rerolled
+* fixes
+
 ## 0.10.7.1-4.0.0-alpha.21 - 2022-10-10
 
 * fixed major issue
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index b64cb9a6797..a0d6ba537cb 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.21",
+	pmod: "4.0.0-alpha.22",
 	commitHash: null,
 	release: 1184, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };
-- 
GitLab