diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c9846f023c5bd062639b8dd5b28b15a3497eee4d..2eae801df4cf4d6c911bf567a699900cbc810e17 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.3.2`_ – 2021-12-24
+---------------------
 
 Added
 ~~~~~
@@ -569,3 +569,4 @@ Fixed
 .. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.2.1
 .. _2.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3
 .. _2.3.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3.1
+.. _2.3.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3.2
diff --git a/pyproject.toml b/pyproject.toml
index c5033c05e332f33acf99888ba60b9d1a60cc97a4..9a3d5b31260fb18f8c157541e2fe0ce7557eb73f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.4.dev0"
+version = "2.3.2"
 packages = [
     { include = "aleksis" }
 ]