diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 670c5e17608282ab6ffdac95e7dc7e3ab489e0f8..bc2693f244305786baaa7fa1ac234e84234173f8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,13 @@ 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`_.
 
-`2.0b0` - 2023-03-01
---------------------
+`2.0`_ - 2023-05-15
+-------------------
+
+Nothing changed.
+
+`2.0b0`_ - 2023-03-01
+---------------------
 
 This version requires AlekSIS-Core 3.0. It is incompatible with any previous
 version.
@@ -62,3 +67,4 @@ Added
 .. _1.0.1: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.1
 .. _1.0.2: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.2
 .. _2.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.0b0
+.. _2.0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.0
diff --git a/docs/conf.py b/docs/conf.py
index cd65ba3d3d7c8b29833262c9f4d3cac12e322c07..4753bf43ee011f7825912c944da1b44f5eed0bf5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "2.0b0"
+release = "2.0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index daa48da7c06e1b6c34249a5c4045aceb43f1e296..49ec693758afbba4bec0ddd2b6b09b4fc66faa12 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Stoelindeling"
-version = "2.0b0"
+version = "2.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -30,8 +30,8 @@ secondary = true
 
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^3.0b0"
-aleksis-app-chronos = "^3.0b0"
+aleksis-core = "^3.0"
+aleksis-app-chronos = "^3.0"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"