diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 23afcccdf254ed36a5008349306b0bf5b1fd7191..3c008d7550675a39b956cde3b1908e1759324cab 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.2.1`_ - 2022-02-13
+---------------------
 
 Fixed
 ~~~~~
@@ -271,3 +271,4 @@ Fixed
 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0
 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.1
 .. _2.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.2
+.. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.2.1
diff --git a/docs/conf.py b/docs/conf.py
index d14f96e5005c013ca63cfebe77f6401a043d7673..07dff6ef70c7c55da46e213548827103166a02dc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.2"
 # The full version, including alpha/beta/rc tags
-release = "2.2.1.dev0"
+release = "2.2.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 8599aaa5ea8dc4bf1b3f9ca8602df0b8e166298b..d66dadfa175bd18657e0a2ba8a763e4265abe622 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.2.1.dev0"
+version = "2.2.1"
 packages = [
     { include = "aleksis" }
 ]