diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6cb7c02e752781218762c5071422fb47afba2e6c..e65605eb362a67cd1ca0d4f67378b8a1b26af334 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,13 @@ 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
-----------
+`2.0.2`_ - 2022-01-16
+-------------------
+
+Fixed
+~~~~~
+
+* Add documentation.
 
 `2.0.1`_ - 2022-01-04
 ---------------------
@@ -106,3 +111,4 @@ Added
 .. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0rc3
 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0
 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.1
+.. _2.0.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.2
diff --git a/docs/conf.py b/docs/conf.py
index 9f73eb50605e3e3a1ef441f269db90f6549753a2..5f41024e68e440123e9de7ea356733453826ec2e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "2.0.2.dev0"
+release = "2.0.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 3af0a2561da8384cb07d8247a2729e939e3c4c94..08f933d97b496f33edf2201fbfc8a136e60cef75 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Hjelp"
-version = "2.0.2.dev0"
+version = "2.0.2"
 packages = [
     { include = "aleksis" }
 ]