diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2577214760ead85cce48ef9083964917037b119d..e9185233190dbfe2a9bf3b052af12af9f4cd9116 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