diff --git a/CHANGELOG.md b/CHANGELOG.md
index 287893570a287cd013324dfdaf1adb0c2493ee9c..f6447b0141ccc619fc0c9cb58fda982a4479c10a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,24 +4,12 @@ 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] ##
-
-### Added ###
-
-### Changed ###
-
-### Deprecated ###
-
-### Removed ###
+## [0.11.1] - 2023-05-31 ##
 
 ### Fixed ###
 
 * Styling problems introduced by a corrupted merge in the previous release
 
-### Security ###
-
-### Documentation ###
-
 ## [0.11.0] - 2023-05-31
 
 ### Added
diff --git a/src/doc/conf.py b/src/doc/conf.py
index f13e2721c5ff367b12c493fb035d9a2df8e28abd..fa77c9eef6e4d93d491e17473186a880bfcc0d20 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -28,7 +28,7 @@ author = 'Daniel Hornung'
 # The short X.Y version
 version = '0.11.1'
 # The full version, including alpha/beta/rc tags
-release = '0.11.1-SNAPSHOT'
+release = '0.11.1'
 
 
 # -- General configuration ---------------------------------------------------