diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b45fe17477c70c91037c453c456be958335952a..7d27a320296ed0c308a20a3b12fefda78f6d0e42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
+### Security ###
+
+## [7.0.2] - 2023-12-12 ##
+(Timm Fitschen)
+
+### Fixed ###
+
 * make install: Could not connect to MariaDB in local docker
   container
   [linkahead-mariadbbackend](https://gitlab.com/linkahead/linkahead-mariadbbackend/-/issues/33)
@@ -24,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   which has been fixed but left broken data. This resulted in server errors
   [linkahead-mariadbbackend#34](https://gitlab.com/linkahead/linkahead-mariadbbackend/-/issues/34)
 
-### Security ###
-
 ## [7.0.1] - 2023-11-01
 (Timm Fitschen)
 
diff --git a/doc/conf.py b/doc/conf.py
index 7113f93fea797a0fcd9474bf5d8b193c5d3fda31..5fdc05d730471fc610d2b3c5971ced9cfc14f192 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2021, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '7.0.1'
+version = '7.0.2'
 # The full version, including alpha/beta/rc tags
-release = '7.0.1'
+release = '7.0.2'
 
 
 # -- General configuration ---------------------------------------------------