diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b8ee250626951f75f44cd022b5597c15b938112..a6382f9c6050c78d974ce954dbd3efa9d6c2d5de 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.10.0] - 2024-04-24 ##
 
 ### Added ###
 
@@ -19,8 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * `table_converter.to_table` now returns an empty DataFrame instead of raising a
   ValueError when called with an empty container.
 
-### Deprecated ###
-
 ### Removed ###
 
 * The deprecated `parent` keyword from the YAML datamodel specification. Use
@@ -30,9 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Fixed ###
 
 - Json schema exporter handles reference properties better.
-- [#59](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59) `to_table` failed on lists as values.
-
-### Security ###
+- [#59](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/59)
+  `to_table` failed on lists as values.
 
 ### Documentation ###