diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2fb795c0ebae60fa7d51624cd27cd450d80acde0..d75780ad34191d1f61cf384ba4136474855e9ece 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
 Unreleased
 ----------
 
+`2.3`_ – 2021-12-15
+-------------------
+
 Added
 ~~~~~
 
@@ -36,7 +39,7 @@ Removed
 * Remove impersonation page. Use the impersonation button on the person
   detail view instead.
 
-`2.2.1_ – 2021-12-02
+`2.2.1`_ – 2021-12-02
 --------------------
 
 Fixed
@@ -531,3 +534,4 @@ Fixed
 .. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.1.1
 .. _2.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.2
 .. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.2.1
+.. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.3
diff --git a/pyproject.toml b/pyproject.toml
index 2cb2576b1939932ba245bb50486a2132af49c841..04375dc8d9cf6c24acdbe5ee3ac7b4544a17395c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.3.dev0"
+version = "2.4.dev0"
 packages = [
     { include = "aleksis" }
 ]