From b811b1bd4c96ad055b2bdb50af5c777c75167406 Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Sun, 1 Nov 2020 11:52:05 +0100
Subject: [PATCH] [enh] update CHANGELOG.md

---
 CHANGELOG.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7478f672..279808a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
-## v0.52.0 (25/09/2020)
-### Feature
- #816 Add root_servers.yml in $HOME/.config/sakia folder to configure your own root servers
+## v0.53.1 (1/11/2020)
+### Bugs
+* #811 Fix WoT window is blank when clicking Explore until the menu "Show in WoT" is used.
+  Button is removed.
+* #793 Fix crash `RuntimeError: no running event loop` when running on Python 3.8
+### CI/CD
+* #817 Add AppImage to release with automatic compilation in CD
+
+## v0.53.0 (25/09/2020)
+### Features
+* #816 Add root_servers.yml in $HOME/.config/sakia folder to configure your own root servers
 
 ## v0.52.0 (23/04/2020)
 ### Features
-- 
GitLab