diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2b3394edfd56406a9fc5fc9eb88cb47353a6a2e3..cf0131d60823710522a6a6efb77c6e3c8eb423da 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.1`_ - 2022-06-25
+-------------------
 
 Added
 ~~~~~
@@ -125,3 +125,4 @@ Added
 .. _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
+.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.1
diff --git a/docs/conf.py b/docs/conf.py
index 08dbe550dd1cde1a494745798d7c55311224f66c..6dd97fd36fecdc9d6c72ffe8de59e24d48b3d595 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.0"
+version = "2.1"
 # The full version, including alpha/beta/rc tags
-release = "2.0.3.dev0"
+release = "2.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 91dc048d3aac1d04fb5daa902211d900121f4163..e7ce34f191065f0dbdb4a37c4ed47dea8eba9aa4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Hjelp"
-version = "2.0.3.dev0"
+version = "2.1"
 packages = [
     { include = "aleksis" }
 ]