diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6b2b6b5aea0e78cb832ac364032977241a85cefd..d9afdea0a0c369a4e42ecbfdb09a69fc1f2f969a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
 Unreleased
 ----------
 
+`2.2`_ - 2022-01-12
+-------------------
+
 Changed
 ~~~~~~~
 
@@ -262,3 +265,4 @@ Fixed
 .. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0rc3
 .. _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
diff --git a/docs/conf.py b/docs/conf.py
index d86e5c627f98154a3078159142102276eb350c9f..d14f96e5005c013ca63cfebe77f6401a043d7673 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.2"
 # The full version, including alpha/beta/rc tags
-release = "2.0.1.dev0"
+release = "2.2.1.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 47c3d444631a2dc9f90638f6c0d98d7e2e14b22d..8599aaa5ea8dc4bf1b3f9ca8602df0b8e166298b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.1.1.dev0"
+version = "2.2.1.dev0"
 packages = [
     { include = "aleksis" }
 ]