diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4f23945b46e038ea5acaaeb29aafdca61404f4fb..0decd4f848a2b3fca3e0039955e48a9a470e8df8 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
 ~~~~~
@@ -257,3 +257,4 @@ Fixed
 .. _2.0rc7: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc7
 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0
 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0.1
+.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1
diff --git a/docs/conf.py b/docs/conf.py
index d1074475351acac1216bd056058d546996fd6fea..165df9ef5f3679f93dd7e9df67de17ea1f63915e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2019-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.2.dev0"
+release = "2.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 5aaa12748af26819e63ebf590ca55c59d9e2a64e..d687f883cc4b4bb9c2b1dd1701b79876d4aa3d77 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Alsijil"
-version = "2.0.2.dev0"
+version = "2.1"
 packages = [
     { include = "aleksis" }
 ]