diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 631093003feaec02566d41c481a8a50b11ef2470..3267466e18cfab0f9e76552a93147822e8571bb4 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
-----------
+`3.2.1`_ - 2024-06-27
+---------------------
 
 Fixed
 ~~~~~
@@ -1254,3 +1254,4 @@ Fixed
 .. _3.1.4: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.1.4
 .. _3.1.5: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.1.5
 .. _3.2.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.0
+.. _3.2.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.2.1
diff --git a/docs/conf.py b/docs/conf.py
index ffc4cf9fc77ab6be7616671bf75c9da1864f9073..ab5aafec4525577676dba18b64f8652f9fe94c04 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "3.2"
 # The full version, including alpha/beta/rc tags
-release = "3.2.0"
+release = "3.2.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index a913825962d51a14a78fb16852601fcb35fb7073..76d94b1e52fea13034daafc7f2e2ce0f0d5ea510 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "3.2.0"
+version = "3.2.1"
 packages = [
     { include = "aleksis" }
 ]