diff --git a/CHANGELOG.md b/CHANGELOG.md
index c800e282179561dbb2704874ef8f6d88c156a081..bd6754f8f3aeee5d9557ecb84cce1c84f7b326de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,25 +4,13 @@ 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.13.1 - 2023-11-17] ##
 
 ### Fixed ###
 
 * [#242](https://gitlab.com/linkahead/linkahead-webui/-/issues/242) Missing
   LinkAhead logo in footer
 
-### Security ###
-
-### Documentation ###
-
 ## [0.13.0 - 2023-10-11] ##
 
 ### Added ###
diff --git a/CITATION.cff b/CITATION.cff
index 5e6a1c68698e156432f3d686d7454a0d432a6cc5..411ef9b3c7665d62e3e4bd385dbf80cfc951599b 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -20,6 +20,6 @@ authors:
     given-names: Stefan
     orcid: https://orcid.org/0000-0001-7214-8125
 title: LinkAhead - WebUI
-version: 0.13.0
+version: 0.13.1
 doi: 10.3390/data4020083
-date-released: 2023-10-11
+date-released: 2023-11-17
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 0649d16fb987a0c5069044a75e44a82c10e6272b..b941fb5457da034386ba7475a95d7f5da19ef8c5 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -28,7 +28,7 @@ author = 'Daniel Hornung'
 # The short X.Y version
 version = '0.13.1'
 # The full version, including alpha/beta/rc tags
-release = '0.13.1-SNAPSHOT'
+release = '0.13.1'
 
 
 # -- General configuration ---------------------------------------------------