diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52b29d798aa53b2f43f654123498952905028844..d156de24453fbaeb502648889a48bf9e31c1e597 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,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] ##
+## [0.14.0] - 2024-07-25 ##
 
 ### Added ###
 
@@ -13,12 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   `DISABLED`. More info on this module under
   `src/doc/extension/grpc-entity-service.rst`. <https://docs.indiscale.com/caosdb-webui/extension/grpc-entity-service.html>
 
-### Changed ###
-
-### Deprecated ###
-
-### Removed ###
-
 ### Fixed ###
 
 - [#252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make
@@ -29,10 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   Ignore `auto_focus` when `create_show_form_callback` is called on an
   element without HTML `form` elements.
 
-### Security ###
-
-### Documentation ###
-
 ## [0.13.3 - 2024-04-23] ##
 
 ### Fixed ###
diff --git a/CITATION.cff b/CITATION.cff
index 9c61739c32ef1730d3f7ab5608875b4d712c70ae..2a53c7abc8c5e00ccf49d2543133c84380493fc7 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.2
+version: 0.14.0
 doi: 10.3390/data4020083
-date-released: 2024-02-20
+date-released: 2024-07-25
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 67e59aaefb5e6a27509b83ef03b1ab684acc1545..bb8d70cb3a826a7fe4183a47596fb214807c40d3 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.4'
+version = '0.14.0'
 # The full version, including alpha/beta/rc tags
-release = '0.13.4-SNAPSHOT'
+release = '0.14.0'
 
 
 # -- General configuration ---------------------------------------------------