diff --git a/CHANGELOG.md b/CHANGELOG.md
index acbd2fe23a3a00bdf895c069a4a3067e7df97936..f3f29f875aae54312cd6ddd890604e185d02de02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,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.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [Unreleased]
+## [0.10.0] - 2022-11-14
 
 ### Added ###
 
@@ -45,16 +45,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   `Connection.https_proxy` or `Connection.http_proxy` instead. The deprecated
   option will be removed with the next minor release.
 
-### Removed ###
-
 ### Fixed ###
 
 * handling of special attributes (name, id, ...) in `apiutils.empty_diff`
 
-### Security ###
-
-### Documentation ###
-
 ## [0.9.0] - 2022-10-24
 (Florian Spreckelsen)