diff --git a/CHANGELOG.md b/CHANGELOG.md
index a65e027f810c8ab8d503138b91090278ad9a98bc..9328bc1a36a44c9d08ee16567ee3a81abd401f31 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.15.1] - 2014-12-19 ##
 
 ### Fixed ###
 
 - [#254](https://gitlab.com/linkahead/linkahead-webui/-/issues/254) "Download files referenced in the table" failed
 
-### Security ###
-
-### Documentation ###
-
 ## [0.15.0] - 2024-10-01 ##
 
 ### Added ###
diff --git a/src/doc/conf.py b/src/doc/conf.py
index 24ef8545a66f32a7b791b688429c7e2a6fe8a98c..0a6c9acbc6f8cd03b752e526595d87ed882d2a58 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.15.1'
 # The full version, including alpha/beta/rc tags
-release = '0.15.1-SNAPSHOT'
+release = '0.15.1'
 
 
 # -- General configuration ---------------------------------------------------