diff --git a/DoL Changelog.txt b/DoL Changelog.txt
index ddc7cb8e259214ee17ff76a228261f806386543d..7ea392692aa74cf6d7dd290e056a226011807d3e 100644
--- a/DoL Changelog.txt	
+++ b/DoL Changelog.txt	
@@ -807,6 +807,46 @@ Under the hood fixes.
 Head-eating hoodies.
 
 
+0.4.0.9
+Wrangled an escaped NPC in yoga class. Thanks to Cutiland.
+Fixed an error found during a street event. Thanks to Cutiland.
+Fixed the danube oak challenges scenes, that were unreachable for players with old saves. Thanks to Cutiland.
+Fixed a couple of options that would fail to increase foxiness where intended. Thanks to Edward.
+
+Thanks to majou for the following fixes:
+Fixed some issues with the error reporter.
+Fixed a bug that prevented crop tops and cheerleader tops from exposing shoulder tattoos, and allowing bathrobes and gothic gowns to expose them when they shouldn't.
+Fixed a bug that allowed the PC to ask NPCs to wear a condom with condoms disabled.
+Fixed an issue with the PC's orgasms.
+Fixed a bug with an ice lake event not passing time.
+Fixed some issues with the canteen lunch sandwich event.
+Fixed an issue with the gingham dress.
+Clothes with the "cool" trait must now be visible for their effect to apply.
+The crossdresser trait should now increase anxiety stress gain when crossdressing, instead of when not crossdressing. Thanks to FadedLines.
+
+Thanks to Lollipop Scythe for the following fixes:
+Fixed an issue that made Winter treat the PC as pregnantw ith parasite pregnancies.
+Fixed a clothing issue.
+Fixed an issue found when masturbating with sex toys.
+Fixed a pregnancy oversight that prevented Bailey's intro from triggering.
+More milk will be drained from the players breasts during longer lasting events.
+Cleared up the message that the player hasnt milked their breasts enough, when being full is causing some pain.
+Fixed the type causing a child event to not display correctly.
+Prevented some invalid description from showing in the furniture shop.
+
+Thanks to PurityGuy for the following Fixes:
+Fixed a pronoun issue when Bailey picks the player up from the hospital after giving birth.
+fixed an NPC failing to add an extra 0 to the amount they will pay a player for wearing an apron while doing housework.
+Fixed an error in some of the new wolf cave hunt events.
+Fixed a time-based error with the new Fallen Angel transformation stage. Thanks to Charlie Studio.
+Fixed a text error when a fox jumps out of the farm kennel.
+Redid transformation repairs in versionupdate.
+Fixed herm players turning back into an angel when refreshing the game.
+The player will no longer clutch their stinging belly after being whipped on the butt.
+Made the hospital icon follow the Geneva Conventions Act 1957
+Typos.
+
+
 
 0.3.13.5
 Fixed a bug in the changing rooms. Thanks to note leven.
diff --git a/devTools/androidsdk/image/cordova/config.xml b/devTools/androidsdk/image/cordova/config.xml
index b5be23f27ca306b3fb7ea942858e678529c65da4..4fc8e8cd8e7f7ae2438c5b802da3bbf914344cef 100644
--- a/devTools/androidsdk/image/cordova/config.xml
+++ b/devTools/androidsdk/image/cordova/config.xml
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <widget 
     id="dol" 
-    version="0.4.0.10" 
+    version="0.4.0.11" 
     xmlns="http://www.w3.org/ns/widgets" 
     xmlns:cdv="http://cordova.apache.org/ns/1.0"
     android-packageName="com.vrelnir.DegreesOfLewdity"
diff --git a/game/01-config/sugarcubeConfig.js b/game/01-config/sugarcubeConfig.js
index 54eb143c4784addec6911719befd8630cf90b2dc..5688f9a377f56e3b4e2d9dd058e172e95efc0432 100644
--- a/game/01-config/sugarcubeConfig.js
+++ b/game/01-config/sugarcubeConfig.js
@@ -54,7 +54,7 @@ window.StartConfig = {
 	debug: false,
 	enableImages: true,
 	enableLinkNumberify: true,
-	version: "0.4.0.8",
+	version: "0.4.0.9",
 	versionName: "",
 	sneaky: false,
 };
diff --git a/game/overworld-town/special-sydney/main.twee b/game/overworld-town/special-sydney/main.twee
index f219fba5b86db7d42521a007005263b6ff9faeb3..4e2029ca6e9f73778057347b5a24877b8e6366d2 100644
--- a/game/overworld-town/special-sydney/main.twee
+++ b/game/overworld-town/special-sydney/main.twee
@@ -967,6 +967,7 @@ You push Sydney away from you.
 			<<else>>
 				It's as sleek and professional as ever.
 			<</if>>
+			<br><br>
 			<<He>> makes a brief, pleased sound, but doesn't acknowledge it. <<npcincr Sydney lust 1>><<glust>>
 		<<case 7>>
 			You whisper something to Sydney. <<His>> eyes widen. "This is still a library, you know."
diff --git a/version b/version
index 5fadcb82d2c79098263e1c1e5bf410dc94b72128..0ca098b28cc412b38141fa36d97a432641fcdd6d 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4.0.8
\ No newline at end of file
+0.4.0.9
\ No newline at end of file