diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index fc5d823afdd0a646c8569c1b7497ac71bd228ea1..b438b1532b01a661117554cf924e32edd4ecf113 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-20
+---------------------
 
 Added
 ~~~~~
@@ -564,3 +564,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 ae24347d696b9b6498c4e0d1b080dcca1694d474..933d6057a91cfc2709b9cf2a98e1d0ee23da85b9 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" }
 ]