diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e724c885ac8d31d0b48d10b0099b821438db1520..5085c9a5e75a8c0fff67f829889f9cf687518bb1 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.2`_ - 2022-11-02
+---------------------
 
 Fixed
 ~~~~~
@@ -331,3 +331,4 @@ Fixed
 .. _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
 .. _2.4.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4.1
+.. _2.4.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.4.2
diff --git a/docs/conf.py b/docs/conf.py
index 490abfd8a692464dcd5d75bada61afa392dd26a4..a9d3e169da540de1ae9ab67df7a2471c827378d3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.4"
 # The full version, including alpha/beta/rc tags
-release = "2.4.2.dev0"
+release = "2.4.2"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 2898e35b1d0ce5d3b07000485b874e3cc226f516..487b1517d32a233c9036e6ff393c2f497ad8d382 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.4.2.dev0"
+version = "2.4.2"
 packages = [
     { include = "aleksis" }
 ]