diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 94da458ec3242c2eeab99859290897b50ac3007f..7c2f011d4e61ae0db60719f1ea13541d8309c029 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,7 +6,7 @@ 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.11.2`_ - 2023-03-07
 ----------------------
 
 Fixed
@@ -935,3 +935,4 @@ Fixed
 .. _2.10.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10.2
 .. _2.11: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11
 .. _2.11.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11.1
+.. _2.11.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.11.2
diff --git a/docs/conf.py b/docs/conf.py
index 971d6d5276a3e14b1f4af8da52dbe4bbe7f96b5d..d41ee4ad4bcb200f4d443206d0eacf013fc92d08 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.11"
 # The full version, including alpha/beta/rc tags
-release = "2.11.1"
+release = "2.11.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 731837538f050f315ca278ae5ac876f9a69e15bc..2a5d120741d66210c7e633ad808000b8bb3de3b1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.11.1"
+version = "2.11.2"
 packages = [
     { include = "aleksis" }
 ]