diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef26a7c9ab1b768aae0f52836b60853de32e0a69..2cc871f665e0c47ad6404c2ee2d896b9b9fa51c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ## Unreleased
 
+* added a pregnancy/breeding report
 * added new universal impregnation rules: citizens and slaves
 * expanded universal impregnation rule: player to allow for more exotic methods of impregnation
 * AI related things, most notably the dressing room
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index bc58cebdb0754068835cdbeeabadf20ef0403dda..4b1fcd8bc15058efe60350ae0136bc396ef84c54 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -2,5 +2,5 @@ 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.30",
 	commitHash: null,
-	release: 1229, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
+	release: 1230, // When getting close to 2000, please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };