diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5090e8922819f18776c577ba31fb4e05700e443..1375a7d397141205d656eb4d327e953a254a1436 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.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased] ##
+## [0.13.0] - 2025-01-16 ##
 
 ### Added ###
 
@@ -12,34 +12,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Changed ###
 
-- Using the official name "LinkAhead" wherever possible without large effort. This includes the
-  following exposed names / features:
+- Using the official name "LinkAhead" wherever possible without large
+  effort. This includes the following exposed names / features:
   - `models.data_model.LINKAHEAD_INTERNAL_PROPERTIES`
   - `export_related.export` exports to `linkahead_data.xml` now.
 - Renamed (and added) installation "extra" options:
   - `h5` instead of `h5-crawler`
-  - `dev`, `doc`, `test` and `all` are new, they install the dependencies for developing, testing,
-    documentation and everything.
-- The `pandoc_header_tools.get_header()` parameter `add_header` has been renamed to `add_header_to_file`
-  to resolve a name collision.
-
-### Deprecated ###
+  - `dev`, `doc`, `test` and `all` are new, they install the
+    dependencies for developing, testing, documentation and
+    everything.
+- The `pandoc_header_tools.get_header()` parameter `add_header` has
+  been renamed to `add_header_to_file` to resolve a name collision.
 
 ### Removed ###
 
-- Bloxberg code snippets. These were just a proof of concept, untested and never used in production.
-- Labfolder converter. It was broken anyway, not used by anyone we know and there were no automated
-  tests.  For the time being, it lives on in the `f-labfolder-converter` branch, [issue 67](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/67) is
-  there to coordinate resurrections efforts if someone needs it..
+- Bloxberg code snippets. These were just a proof of concept, untested
+  and never used in production.
+- Labfolder converter. It was broken anyway, not used by anyone we
+  know and there were no automated tests. For the time being, it lives
+  on in the `f-labfolder-converter` branch, [issue
+  67](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/67)
+  is there to coordinate resurrections efforts if someone needs it..
 - Support for Python 3.8
 
 ### Fixed ###
 
-- Yaml data model parser adds data types of properties of record types and other attributes which fixes https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/58
+- Yaml data model parser adds data types of properties of record types
+  and other attributes which fixes
+  https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/58
 - `XLSXConverter` now checks path validity before parsing the worksheet.
 
-### Security ###
-
 ### Documentation ###
 
 * Added documentation of `caosadvancedtools.loadFiles` module.