diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b45fe17477c70c91037c453c456be958335952a..8e60d21354ab01b1c47ac9fcdff90af44686c30e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,15 +5,8 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased] ##
-
-### Added ###
-
-### Changed ###
-
-### Deprecated ###
-
-### Removed ###
+## [7.0.2] - 2023-12-12 ##
+(Timm Fitschen)
 
 ### Fixed ###
 
@@ -24,8 +17,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 ---------------------------------------------------