diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fe2d07c3ed4bda60dc1dae83620b3abde5566b2..f331067707f361da9430a24cce58d18808e4ac02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,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] - Date
+## [0.14.0] - 2024-02-20
 
 ### Added ###
 
@@ -13,22 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   which allows to identify property values with each other in case that one is
   an id and the other is an Entity with this id. Default is ``False``, so no
   change to the default behavior.
-* apiutils.escape_quoted_text for escaping text in queries.
+* `apiutils.escape_quoted_text` for escaping text in queries.
 
 ### Changed ###
 
 * `cached_query()` now also caches uniqueness related exceptions.
 
-### Deprecated ###
-
-### Removed ###
-
-### Fixed ###
-
-### Security ###
-
-### Documentation ###
-
 ## [0.13.2] - 2023-12-15
 
 ### Fixed ###