diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..4b00179
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,53 @@
+# 0.9.3-prerelease
+
+## Changelog
+
+* Add Wild Snowy Golem
+* Added status effect "Frostbite" which does damage over time (like burrn)
+* Wild Snowy Golems spawn in Zone 3 Glacial
+* Wild Snowy Golems drop White Crytal Shards, Snow, and Sapphire (with a chance for Ice Essence)
+
+***
+
+# 0.9.2-prerelease
+
+## Changelog
+
+* Updated Attitude group for wild golems
+* Added attack new pattern for Wild Heartfelt Golem
+* Fixed combat behavior distance (to reduce attack delays when just outside of attack range)
+* Updated Absolute Detection Range so sleeping golems wake up when you get near
+* Added Wind Vortex to Wild Thunder Golem Heavy Spin
+
+***
+
+# 0.9.1-prerelease
+
+## Changelog
+
+* Added icon for Stun status effect
+* Removed weapon disabling from Stun (now only stops movement). Each status effect is now unique.
+* Fixed spawning beacon for Zone4 Jungles (max spawned from 2 to 1)
+
+***
+
+# 0.9.0-prerelease
+
+Original pre-release.
+_(Only compatible with update 4 pre-release branch currently)_
+
+## Changelog
+
+* Added Wild Crystal Golem variants for each vanilla golem type (Earthen, Ember, Sandswept, Thunder)
+* Added Wild Crystal Golem variants for new crystal types (Heartfelt, Voidsworn)
+* Added new combat abilities to Wild Golems (Stun, Enamor, Burn, Slow, Freeze, Drain)
+
+### Spawn Locations
+
+* **Wild Earthen Golem** - Zone 1 - Swamps / Autumn
+* **Wild Ember Golem** - Zone 1, 2, & 3 - Mineshafts
+* **Wild Thunder Golem** - Zone 1 & 2 - Mountains
+* **Wild Frost Golem** - Zone 3 - Mountains
+* **Wild Sandswept Golem** - Zone 2 - Desert
+* **Wild Heartfelt Golem** - Zone 2 - Oasis
+* **Wild Voidsworn Golem** - Rare spawn at **night** with other Void mobs - Spawns in limited biomes in each Zone (Azure, Savannah, Glacial, Wastes)
\ No newline at end of file
diff --git a/README.md b/README.md
index c8b1533..10bb167 100644
--- a/README.md
+++ b/README.md
@@ -37,18 +37,18 @@ New golems appear naturally across the world in locations that fit their themes:
| Golem |Crystal |Drops |Spawn |
| -------------------- |------- |----------------------------- |----------------------- |
-| Wild Earthen Golem |Green |Green Crystal Shards, Emerald |Zone 1 Swamp / Autumnal |
-| Wild Ember Golem |Red |Red Crystal Shards, Ruby |Zone 1/2/3 Mineshafts |
-| Wild Sandswept Golem |Yellow |Yellow Crystal Shards, Topaz |Zone 2 Desert |
-| Wild Thunder Golem |Blue |Blue Crystal Shards, Sapphire |Zone 3 Mountains |
+| **Wild Earthen Golem** |Green |Green Crystal Shards, Emerald |Zone 1 Swamp / Autumnal |
+| **Wild Ember Golem** |Red |Red Crystal Shards, Ruby |Zone 1/2/3 Mineshafts |
+| **Wild Sandswept Golem** |Yellow |Yellow Crystal Shards, Topaz |Zone 2 Desert |
+| **Wild Thunder Golem** |Blue |Blue Crystal Shards, Sapphire |Zone 3 Mountains |
## New Golems Added
| Golem |Crystal |Drops |Spawn |
| -------------------- |------- |-------------------------------- |------------------------------------- |
-| Wild Heartfelt Golem |Pink |Pink Crystal Shards, Diamond |Zone 2 Oasis, Zone 4 Jungle |
-| Wild Voidsworn Golem |Purple |Purple Crystal Shards, Voidstone |Azure/Savannah/Glacial/Wastes (night) |
-| Wild Snowy Golem |White |White Crystal Shards, Sapphire |Zone 3 Glacial |
+| **Wild Heartfelt Golem** |Pink |Pink Crystal Shards, Diamond |Zone 2 Oasis, Zone 4 Jungle |
+| **Wild Voidsworn Golem** |Purple |Purple Crystal Shards, Voidstone |Azure/Savannah/Glacial/Wastes (night) |
+| **Wild Snowy Golem** |White |White Crystal Shards, Sapphire |Zone 3 Glacial |
## Combat Abilities
@@ -60,13 +60,13 @@ Each golem variant has a special status effect ability based on its element.
| Golem Type |Ability |Effect |Duration |
| ---------- |------------ |------------------------ |-------- |
-| Earthen |⚡ Stun |Disables movement |Short |
-| Heartfelt |💘 Enamor |Disables weapon use |Short |
-| Ember |🔥 Burn |Fire damage over time |Medium |
-| Thunder |🐌 Slow |Reduces movement speed |Medium |
-| Frost |🧊 Freeze |Disables ALL movement |Medium |
-| Snowy |❄️ Frostbite |Cold damage over time |Medium |
-| Voidsworn |🔋 Drain |Drains stamina over time |Medium |
+| Earthen |⚡ **Stun** |Disables movement |Short |
+| Heartfelt |💘 **Enamor** |Disables weapon use |Short |
+| Ember |🔥 **Burn** |Fire damage over time |Medium |
+| Thunder |🐌 **Slow** |Reduces movement speed |Medium |
+| Frost |🧊 **Freeze** |Disables ALL movement |Medium |
+| Snowy |❄️ **Frostbite** |Cold damage over time |Medium |
+| Voidsworn |🔋 **Drain** |Drains stamina over time |Medium |
***
diff --git a/screenshots/WildEarthenGolem.png b/screenshots/WildEarthenGolem.png
new file mode 100644
index 0000000..8d92e02
Binary files /dev/null and b/screenshots/WildEarthenGolem.png differ
diff --git a/screenshots/WildFlameGolem.png b/screenshots/WildFlameGolem.png
new file mode 100644
index 0000000..b99a4c4
Binary files /dev/null and b/screenshots/WildFlameGolem.png differ
diff --git a/screenshots/WildFrostGolem.png b/screenshots/WildFrostGolem.png
new file mode 100644
index 0000000..9adc3db
Binary files /dev/null and b/screenshots/WildFrostGolem.png differ
diff --git a/screenshots/WildHeartGolem.png b/screenshots/WildHeartGolem.png
new file mode 100644
index 0000000..d8f95b1
Binary files /dev/null and b/screenshots/WildHeartGolem.png differ
diff --git a/screenshots/WildSandsweptGolem.png b/screenshots/WildSandsweptGolem.png
new file mode 100644
index 0000000..b218872
Binary files /dev/null and b/screenshots/WildSandsweptGolem.png differ
diff --git a/screenshots/WildSnowyGolem.png b/screenshots/WildSnowyGolem.png
new file mode 100644
index 0000000..445a365
Binary files /dev/null and b/screenshots/WildSnowyGolem.png differ
diff --git a/screenshots/WildThunderGolem.png b/screenshots/WildThunderGolem.png
new file mode 100644
index 0000000..3c55ee1
Binary files /dev/null and b/screenshots/WildThunderGolem.png differ
diff --git a/screenshots/WildVoidSworngolem.png b/screenshots/WildVoidSworngolem.png
new file mode 100644
index 0000000..6aaeeed
Binary files /dev/null and b/screenshots/WildVoidSworngolem.png differ