diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a3c3dbdae98af0e0f97636b6628b601ad4c3a72..1efc9fe87f39c04dd3b49edac1162bb28091a553 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,14 @@ Thanks for your interest in the Idle RPG! Feel free to contact me with ideas and
 comments, or post them in the issues of the project for public view.
 
 ---
-## v5.3.0:
+## v5.2.3: released 06/03/20
+- added a 1/5 chance for evilchase
+- fixed bug in evilchase() where it were not happening
+- fixed bug in real_gain() subroutine where decimal number were not matched
+- questers are notified in privmsg of each step of the quests
+- quests are taken back from last written state as the bot starts up
+- questers can wander around the world : the world being round,
+the shortest path to an objective may be through the borders
 - players are chosen based on exponential distribution (of their levels) for the random events
 
 ---