diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 802c1274e8707e5c3ccf33c97a395ffc09000bc6..603891e69e29d8bd7f97f25a54037f14d40666a2 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
-----------
+`2.0.1`_ - 2022-01-04
+---------------------
 
 Fixed
 ~~~~~
@@ -102,3 +102,4 @@ Added
 .. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0rc2
 .. _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
diff --git a/pyproject.toml b/pyproject.toml
index d80eba58aaf7e2683bb29cf22a1020ce73b56715..18068a81b2ac7fbcba90126861ebb3afccd432ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Hjelp"
-version = "2.0.1.dev0"
+version = "2.0.1"
 packages = [
     { include = "aleksis" }
 ]