diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1387e0e1639e8af6d88b334a6f6797aaa345022..0d94ff5f6d730050d2b3925f8bad96df01de01eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
+### Changed
+
+### Deprecated
+
+### Removed
+
+### Fixed
+
+### Security
+
+### Documentation
+
+## [0.8.1] - 2022-11-07
+(Timm Fitschen)
+
+### Added
+
 * Make time zone configurable via server properties during runtime, but only in
   debug mode.
 
diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index fff7dac583213ca4d1b79c68dbd66cdee83ed78b..58484d51565a87d98929a37e842c7040fc08cabf 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -43,5 +43,5 @@ guidelines of the CaosDB Project
     ```md
 # Changelog
 
-[See full changelog](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/blob/v0.7.3/CHANGELOG.md)
+[See full changelog](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/blob/${TAG}/CHANGELOG.md)
     ```
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/src/doc/conf.py b/src/doc/conf.py
index cc58ac578503b32c17a60575e64cd42aab304203..02576662d8d15acec8d5cacef2126e6b0102339b 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -22,7 +22,7 @@ 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'