From dc9b0a3d2756c2a6158dccd5ff869def8effc0bf Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Fri, 22 Jan 2021 16:13:11 +0100
Subject: [PATCH] ### 0.0.10 Release * Fixed #24 update_data * Fixed #29
 /who/info * Fixed #30 /europa/info * Fixed #31 /rki/info * Fixed #32
 /nrw/info * Fixed #33 /europe/date_reported * Fixed #34 /europe/continent *
 Fixed #35 /europe/country * Fixed #36 /europe/data * Fixed #37 switch from
 RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5

---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3dba21cf..a7f5fb1b 100644
--- a/README.md
+++ b/README.md
@@ -219,10 +219,14 @@ class WhoGlobalDataImportTable(db.Model):
 ### 0.0.11 Release
 * Issue #26 /admin/database/dump
 * Issue #28 /admin/database/import
-* Issue #28 SQLalchemy instead of SQL: AllModelClasses.remove_all()
-* Issue #29 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
-* Issue #30 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
-* Issue #31 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array() 
+* Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
+* Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
+* Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
+* Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array() 
+
+### 0.0.12 Release
 * Issue #5 Visual Graphs for Data per Countries order by Date
 
+### 0.0.13 Release
+
 
-- 
GitLab