diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 13949e48ee0d6e63df01b5b0bb9d773ae1ac88dc..7d6c8f2e0fec04068ca37baa3262739bf8a5fcc0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -975,3 +975,4 @@ Fixed
 .. _2.11.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11.1
 .. _2.12: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12
 .. _2.12.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.1
+.. _2.12.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.12.2
diff --git a/docs/conf.py b/docs/conf.py
index e8d125a4032bae9db30e8fbfdf19a76fd87bf827..af69dca5b113d203744ae5ab235c77cf33395d75 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.12"
 # The full version, including alpha/beta/rc tags
-release = "2.12.1"
+release = "2.12.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index c32013fd4d2c8101d150ec1c4e19522342704b9b..bf557289657fb2e87ba5f735fb15ef3e71191384 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.12.1"
+version = "2.12.2"
 packages = [
     { include = "aleksis" }
 ]