From 8e3d3854b54e8151231d20d5c0f2c6df7d66894d Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 17 Sep 2021 12:27:26 +0200
Subject: [PATCH] DOC: Update changelog

---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9bfbe7..7e38373 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed ###
 
+* #32 SQL base schema for installation has been updated from v2.0 to v5.0
+
 ### Deprecated ###
 
 ### Removed ###
@@ -24,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 * Bug in applyPOV which led to caosdb-server#154: Queries with "!=" returned
   the same results as "=" (for references).
+* #32 Removed unused `groups` table from installation routines which prevented
+  the installation with MySQL 8.
 
 ### Security ###
 
-- 
GitLab