diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0536158e3c9c3217196348345e0c34df94d1f26..c5fccde701556ec9d2fabb47c8eeff104b927557 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,15 +5,7 @@ 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 ###
+## [0.7.1] - 2024-03-21 ##
 
 ### Fixed ###
 
@@ -22,10 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * [indiscale#129](https://gitlab.indiscale.com/caosdb/src/caosdb-crawler/-/issues/129)
   missing packaging dependency.
 
-### Security ###
-
-### Documentation ###
-
 ## [0.7.0] - 2024-03-04 ##
 
 ### Added ###
diff --git a/CITATION.cff b/CITATION.cff
index de05ce11bc6667e508e3504629ba517a90642aef..abbd6b21e19c5a989c6d6d24f32d3946df070308 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -17,6 +17,6 @@ authors:
     given-names: Alexander
     orcid: https://orcid.org/0000-0003-4124-9649
 title: CaosDB - Crawler
-version: 0.7.0
+version: 0.7.1
 doi: 10.3390/data9020024
-date-released: 2023-03-04
\ No newline at end of file
+date-released: 2023-03-21
\ No newline at end of file
diff --git a/src/doc/conf.py b/src/doc/conf.py
index ac5fc7f5d95c2399f4402121ba9445bc0dbc6aaa..5c376e1e008e4649687c675c796a210a17f210aa 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -36,7 +36,7 @@ author = 'Alexander Schlemmer'
 version = '0.7.1'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.7.1-dev'
+release = '0.7.1'
 
 
 # -- General configuration ---------------------------------------------------