diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 942050b39cfc079da57a127843b16ff99af41a5d..df2e6e5c9e8cbbd2f5e3c996bec077a9cc0e1d06 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.2`_ - 2022-11-04
+---------------------
 
 Fixed
 ~~~~~
@@ -39,3 +39,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..4291ab42c503aafefd20109b9c424833bd6c7ca6 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.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index c0ed5b5c12306da431186b77c480c981a0b19469..ad83548add89ae7ebe626d5bc055ab716f861ef1 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.2"
 packages = [
     { include = "aleksis" }
 ]