diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 942050b39cfc079da57a127843b16ff99af41a5d..42d851f79bfa51e26f8cb5a97f101d02c207c47e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
 Unreleased
 ----------
 
+`1.0.2`_ - 2022-11-04
+---------------------
+
 Fixed
 ~~~~~
 
@@ -39,3 +42,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
+.. _1.0.2: https://edugit.org/AlekSIS/official//AlekSIS-App-Stoelindeling/-/tags/1.0.2
diff --git a/docs/conf.py b/docs/conf.py
index afd0a90dea280cb3c4091a78c92b71f67da5cb66..eca0873da774bf2150382429afc0dbc7d5cfdd9c 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.2.dev0"
+release = "1.0.3.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index c0ed5b5c12306da431186b77c480c981a0b19469..499be9f72af3ef933616b4e063d57bf773bdd59f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Stoelindeling"
-version = "1.0.2.dev0"
+version = "1.0.3.dev0"
 packages = [
     { include = "aleksis" }
 ]