diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7ca3368aeed6ae0870cc393db08489d87e2108bb..c5e97ec5a6f0d5aaa120c6a57d9ef3c04d91644a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
-Unreleased
-----------
+`1.0.1`_ - 2022-09-01
+---------------------
 
 Fixed
 ~~~~~
@@ -30,3 +30,4 @@ Added
 
 
 .. _1.0: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0
+.. _1.0.1: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0.1
diff --git a/docs/conf.py b/docs/conf.py
index fc17a851327a5d40cbe145b4cb7cdbe04f021395..cb06401e2a8346e9ca6ed8442af31eef3f1f439f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "1.0"
 # The full version, including alpha/beta/rc tags
-release = "1.0.1.dev0"
+release = "1.0.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index e988873e41b8f1edb806ad6d097dacdc34477b20..5e1cd92d66fd6303065edccaaaee47199aea1857 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Stoelindeling"
-version = "1.0.1.dev0"
+version = "1.0.1"
 packages = [
     { include = "aleksis" }
 ]