diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@
 
 ### Upcoming
 
+### v1.3.0.1
+
+*Revisions*
+
+* Fixed Fallen Angel won message to not refer to a warning. ([#237](https://github.com/hjwylde/werewolf/issues/237))
+
 ### v1.3.0.0
 
 *Major*
diff --git a/variant/standard/engine/game-over/fallen-angel-won.txt b/variant/standard/engine/game-over/fallen-angel-won.txt
--- a/variant/standard/engine/game-over/fallen-angel-won.txt
+++ b/variant/standard/engine/game-over/fallen-angel-won.txt
@@ -1,2 +1,2 @@
-You should have heeded my warning, for now the #{humanise fallenAngelRole} has been set free!
+Foolish mortals, now you have set the #{humanise fallenAngelRole} free!
 The game is over! The #{humanise fallenAngelRole} has won.
diff --git a/werewolf.cabal b/werewolf.cabal
--- a/werewolf.cabal
+++ b/werewolf.cabal
@@ -1,5 +1,5 @@
 name:           werewolf
-version:        1.3.0.0
+version:        1.3.0.1
 
 author:         Henry J. Wylde
 maintainer:     public@hjwylde.com
