diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ba46a8a2f25b8008a37f4edcf3df8f2162b77dbc..f5d363d714bbbddd1a68a88df09739bc042bcbd4 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.4`_ - 2022-06-23
+-------------------
 
 Added
 ~~~~~
@@ -308,3 +308,5 @@ Fixed
 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.1
 .. _2.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.2
 .. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.2.1
+.. _2.3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.3
+.. _2.4: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4
diff --git a/docs/conf.py b/docs/conf.py
index c2e66077b53b67717b9ae206f9cd3b0164637544..412355ee5959ac5812f6e5eefbc8a09387bc43b6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.3"
+version = "2.4"
 # The full version, including alpha/beta/rc tags
-release = "2.3.1.dev0"
+release = "2.4"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 932ee1d676cce43e3048128a3d463c02e65dec36..eabe7d9940c9ba4f7ed4dc271edca81438fd02cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.3.1.dev0"
+version = "2.4"
 packages = [
     { include = "aleksis" }
 ]