diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe7f449ab1d2017e1ae802c0774e77a7d8bd9de7..8d3998f6225e3e8dfbe81fd98bf3152dc51ce42c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,8 @@ 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.8.0] - 2023-05-30 ##
+(Florian Spreckelsen)
 
 ### Added ###
 
@@ -18,18 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - The `JsonSchemaParser` class does not require the top-level entry of a json
   schema definition to specify a RecordType.
 
-### Deprecated ###
-
-### Removed ###
-
 ### Fixed ###
 
 - refactored to work with the new default key word in FIND queries: RECORD
 
-### Security ###
-
-### Documentation ###
-
 ## [0.7.0] - 2023-03-09 ##
 (Florian Spreckelsen)