From 1b66427c7b7f87ee921de653861b9f3f5e114f1b Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Wed, 31 Jul 2024 13:50:48 +0200
Subject: [PATCH] DOC: Update changelog for release

---
 CHANGELOG.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc8e6c01..92180a7d 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.12.0] - 2024-07-31 ##
 
 ### Added ###
 
@@ -20,10 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   of these static files in certain corner cases where you may want to use
   `JS_DIST_BUNDLE=FALSE` for development or debugging reasons.
 
-### Deprecated ###
-
-### Removed ###
-
 ### Fixed ###
 
 - Rendering of entities in static HTML sites created by the crawler.
@@ -31,10 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   The `TableImporter` now gives a detailed output in what row/column
   which TypeError occurred.
 
-### Security ###
-
-### Documentation ###
-
 ## [0.11.0] - 2024-07-09 ##
 
 ### Added ###
-- 
GitLab