diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93f16f25c399643db932365b9945dadcab7db6e0..e0774c1ab8d2960fd783b902ca446dc767a17cf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,14 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
-- Using correct (dynamic) base path for file upload.
-- CSS with scrolling for long tables and entity names.
 - [252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make different link to parent dir more visible.
 
 ### Security ###
 
 ### Documentation ###
 
+## [0.13.3 - 2024-04-23] ##
+
+### Fixed ###
+
+- Using correct (dynamic) base path for file upload.
+- CSS with scrolling for long tables and entity names.
+
 ## [0.13.2 - 2024-02-20] ##
 
 ### Fixed ###
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 97a3917f7b262178084b55b1955769f1855b2a4d..67e59aaefb5e6a27509b83ef03b1ab684acc1545 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2022 - 2024, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.13.3'
+version = '0.13.4'
 # The full version, including alpha/beta/rc tags
-release = '0.13.3-SNAPSHOT'
+release = '0.13.4-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------