From 325cc749007b4d75a6ac514033b0c43de798f968 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Tue, 9 Jul 2024 14:20:16 +0200
Subject: [PATCH] DOC: Update changelog for release

---
 CHANGELOG.md | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25772147..e9185233 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.11.0] 2024-07-09 ##
 
 ### Added ###
 
@@ -19,10 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   automatically, initialize the `TableImporter` with
   `convert_int_to_nullable_int=False`.
 
-### Deprecated ###
-
-### Removed ###
-
 ### Fixed ###
 
 - Blacklisted buggy openpyxl version
@@ -31,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   the corresponding [nullable integer
   types](https://pandas.pydata.org/docs/user_guide/integer_na.html) in Pandas.
 
-### Security ###
-
 ### Documentation ###
 
 - loadFiles has better `-h` documentation now
-- 
GitLab