diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1387e0e1639e8af6d88b334a6f6797aaa345022..ddaf607e7586d27099da61004dd1f911569d5b91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +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]
+## [0.8.1] - 2022-11-07
+(Timm Fitschen)
 
 ### Added
 
diff --git a/caosdb-webui b/caosdb-webui
index f2884f7634e2b160f398cea49d5ce5cdefdda3d8..a3767124c9400da1418d87fe7efdb09a630acca4 160000
--- a/caosdb-webui
+++ b/caosdb-webui
@@ -1 +1 @@
-Subproject commit f2884f7634e2b160f398cea49d5ce5cdefdda3d8
+Subproject commit a3767124c9400da1418d87fe7efdb09a630acca4
diff --git a/pom.xml b/pom.xml
index c76d397b8fc1e655f1cf0fbf675e3b549eea876a..bf7e8c795a447e76de06a413a14efde55badf5eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.caosdb</groupId>
   <artifactId>caosdb-server</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.8.1</version>
   <packaging>jar</packaging>
   <name>CaosDB Server</name>
   <scm>
diff --git a/src/doc/conf.py b/src/doc/conf.py
index cc58ac578503b32c17a60575e64cd42aab304203..315c47a024cc0db50870256c2ccdd0cde2a22a81 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -22,12 +22,12 @@ import sphinx_rtd_theme
 
 project = 'caosdb-server'
 copyright = '2022, IndiScale GmbH'
-author = 'Daniel Hornung'
+author = 'Daniel Hornung, Timm Fitschen'
 
 # The short X.Y version
-version = '0.9.0'
+version = '0.8.1'
 # The full version, including alpha/beta/rc tags
-release = '0.9.0-SNAPSHOT'
+release = '0.8.1'
 
 
 # -- General configuration ---------------------------------------------------