diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a505968fed9d4ba28cfb50917413cfd66b569bb8..ec19b20fdf569e5f05ce38b5585598f3983c6c21 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`_ - 2022-03-21
+-------------------
 
 Added
 ~~~~~
diff --git a/docs/conf.py b/docs/conf.py
index 02d56cab722845950777ff453a9dae4e08abc77e..8cd3871a185cfa2593d4773d91a5fd5998792212 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.2"
+version = "2.3"
 # The full version, including alpha/beta/rc tags
-release = "2.2.2.dev0"
+release = "2.3"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 5d9e83de4d65ccb6f93cda62bfaa815fe08a6587..c68da2d2d910a4b17afc912d413e3ddafb389bee 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Chronos"
-version = "2.2.2.dev0"
+version = "2.3"
 packages = [
     { include = "aleksis" }
 ]